Uses of Class
de.adorsys.multibanking.jpa.entity.BookingsIndexJpaEntity
-
Packages that use BookingsIndexJpaEntity Package Description de.adorsys.multibanking.jpa.mapper de.adorsys.multibanking.jpa.repository -
-
Uses of BookingsIndexJpaEntity in de.adorsys.multibanking.jpa.mapper
Methods in de.adorsys.multibanking.jpa.mapper that return BookingsIndexJpaEntity Modifier and Type Method Description BookingsIndexJpaEntityJpaEntityMapper. mapToBookingsIndexJpaEntity(BookingsIndexEntity entity)BookingsIndexJpaEntityJpaEntityMapperImpl. mapToBookingsIndexJpaEntity(BookingsIndexEntity entity)Methods in de.adorsys.multibanking.jpa.mapper with parameters of type BookingsIndexJpaEntity Modifier and Type Method Description BookingsIndexEntityJpaEntityMapper. mapToBookingsIndexEntity(BookingsIndexJpaEntity bookingsIndexJpaEntity)BookingsIndexEntityJpaEntityMapperImpl. mapToBookingsIndexEntity(BookingsIndexJpaEntity bookingsIndexJpaEntity)Method parameters in de.adorsys.multibanking.jpa.mapper with type arguments of type BookingsIndexJpaEntity Modifier and Type Method Description List<BookingsIndexEntity>JpaEntityMapper. mapToBookingsIndexEntities(List<BookingsIndexJpaEntity> bookingsIndexJpaEntities)List<BookingsIndexEntity>JpaEntityMapperImpl. mapToBookingsIndexEntities(List<BookingsIndexJpaEntity> bookingsIndexJpaEntities) -
Uses of BookingsIndexJpaEntity in de.adorsys.multibanking.jpa.repository
Methods in de.adorsys.multibanking.jpa.repository that return types with arguments of type BookingsIndexJpaEntity Modifier and Type Method Description Optional<BookingsIndexJpaEntity>BookingsIndexRepositoryJpa. findByUserIdAndAccountId(String userId, String accountId)
-