Uses of Interface
info.ejava.assignments.db.houserenters.svc.rentals.RentalsMapper
Packages that use RentalsMapper
Package
Description
-
Uses of RentalsMapper in info.ejava_student.starter.assignment5.db.houserentals
Classes in info.ejava_student.starter.assignment5.db.houserentals that implement RentalsMapper -
Uses of RentalsMapper in info.ejava_student.starter.assignment5.jpa.assignment
Methods in info.ejava_student.starter.assignment5.jpa.assignment that return RentalsMapperMethods in info.ejava_student.starter.assignment5.jpa.assignment with parameters of type RentalsMapperModifier and TypeMethodDescriptionJpaAssignmentDBConfiguration.jpaAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, jakarta.persistence.EntityManager entityManager, JpaHouseRentalsRepository repo) -
Uses of RentalsMapper in info.ejava_student.starter.assignment5.jpa.houserentals
Methods in info.ejava_student.starter.assignment5.jpa.houserentals that return RentalsMapperMethods in info.ejava_student.starter.assignment5.jpa.houserentals with parameters of type RentalsMapperModifier and TypeMethodDescriptionJpaHouseRentalsConfiguration.jpaHouseRentalsService(JpaHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) -
Uses of RentalsMapper in info.ejava_student.starter.assignment5.mongo.assignment
Methods in info.ejava_student.starter.assignment5.mongo.assignment that return RentalsMapperMethods in info.ejava_student.starter.assignment5.mongo.assignment with parameters of type RentalsMapperModifier and TypeMethodDescriptionMongoAssignmentDBConfiguration.mongoAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, org.springframework.data.mongodb.core.MongoOperations mongoOps, MongoHouseRentalsRepository repo) -
Uses of RentalsMapper in info.ejava_student.starter.assignment5.mongo.houserentals
Methods in info.ejava_student.starter.assignment5.mongo.houserentals that return RentalsMapperMethods in info.ejava_student.starter.assignment5.mongo.houserentals with parameters of type RentalsMapperModifier and TypeMethodDescriptionMongoHouseRentalsConfiguration.mongoHouseRentalsService(MongoHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper)