Uses of Class
de.adorsys.multibanking.mongo.entity.BookingsIndexMongoEntity
-
Packages that use BookingsIndexMongoEntity Package Description de.adorsys.multibanking.mongo.mapper de.adorsys.multibanking.mongo.repository -
-
Uses of BookingsIndexMongoEntity in de.adorsys.multibanking.mongo.mapper
Methods in de.adorsys.multibanking.mongo.mapper that return BookingsIndexMongoEntity Modifier and Type Method Description BookingsIndexMongoEntityMongoEntityMapper. mapToBookingsIndexMongoEntity(BookingsIndexEntity entity)BookingsIndexMongoEntityMongoEntityMapperImpl. mapToBookingsIndexMongoEntity(BookingsIndexEntity entity)Methods in de.adorsys.multibanking.mongo.mapper with parameters of type BookingsIndexMongoEntity Modifier and Type Method Description BookingsIndexEntityMongoEntityMapper. mapToBookingsIndexEntity(BookingsIndexMongoEntity bookingsIndexMongoEntity)BookingsIndexEntityMongoEntityMapperImpl. mapToBookingsIndexEntity(BookingsIndexMongoEntity bookingsIndexMongoEntity)Method parameters in de.adorsys.multibanking.mongo.mapper with type arguments of type BookingsIndexMongoEntity Modifier and Type Method Description List<BookingsIndexEntity>MongoEntityMapper. mapToBookingsIndexEntities(List<BookingsIndexMongoEntity> bookingsIndexMongoEntities)List<BookingsIndexEntity>MongoEntityMapperImpl. mapToBookingsIndexEntities(List<BookingsIndexMongoEntity> bookingsIndexMongoEntities) -
Uses of BookingsIndexMongoEntity in de.adorsys.multibanking.mongo.repository
Methods in de.adorsys.multibanking.mongo.repository that return types with arguments of type BookingsIndexMongoEntity Modifier and Type Method Description Optional<BookingsIndexMongoEntity>BookingsIndexRepositoryMongodb. findByUserIdAndAccountId(String userId, String accountId)
-