Uses of Class
info.ejava_student.starter.assignment5.db.houserentals.HouseRentalBO
Packages that use HouseRentalBO
Package
Description
-
Uses of HouseRentalBO in info.ejava_student.starter.assignment5.db.houserentals
Methods in info.ejava_student.starter.assignment5.db.houserentals that return HouseRentalBOMethods in info.ejava_student.starter.assignment5.db.houserentals with parameters of type HouseRentalBO -
Uses of HouseRentalBO in info.ejava_student.starter.assignment5.jpa.assignment
Methods in info.ejava_student.starter.assignment5.jpa.assignment that return types with arguments of type HouseRentalBOModifier and TypeMethodDescriptionorg.springframework.data.domain.Slice<HouseRentalBO> JpaAssignmentServiceImpl.findByDateRangeByAnnotatedQuery(LocalDate startDate, LocalDate endDate, org.springframework.data.domain.Pageable pageable) Implement a query that uses @Query annotation on the repository interface method.org.springframework.data.domain.Page<HouseRentalBO> JpaAssignmentServiceImpl.findByExample(HouseRentalBO probe, org.springframework.data.domain.Pageable pageable) Implement a query by example using the probe provided as an input parameter.org.springframework.data.domain.Page<HouseRentalBO> JpaAssignmentServiceImpl.findByHouseIdByDerivedQuery(String houseId, org.springframework.data.domain.Pageable pageable) Implement a derived query using special method keywords to trigger the correct query.JpaAssignmentDBConfiguration.jpaAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, jakarta.persistence.EntityManager entityManager, JpaHouseRentalsRepository repo) JpaAssignmentDBConfiguration.mapper()Methods in info.ejava_student.starter.assignment5.jpa.assignment with parameters of type HouseRentalBOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<HouseRentalBO> JpaAssignmentServiceImpl.findByExample(HouseRentalBO probe, org.springframework.data.domain.Pageable pageable) Implement a query by example using the probe provided as an input parameter.Method parameters in info.ejava_student.starter.assignment5.jpa.assignment with type arguments of type HouseRentalBOModifier and TypeMethodDescriptionJpaAssignmentDBConfiguration.jpaAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, jakarta.persistence.EntityManager entityManager, JpaHouseRentalsRepository repo) -
Uses of HouseRentalBO in info.ejava_student.starter.assignment5.jpa.houserentals
Methods in info.ejava_student.starter.assignment5.jpa.houserentals that return types with arguments of type HouseRentalBO -
Uses of HouseRentalBO in info.ejava_student.starter.assignment5.mongo.assignment
Methods in info.ejava_student.starter.assignment5.mongo.assignment that return types with arguments of type HouseRentalBOModifier and TypeMethodDescriptionorg.springframework.data.domain.Slice<HouseRentalBO> MongoAssignmentServiceImpl.findByDateRangeByAnnotatedQuery(LocalDate startDate, LocalDate endDate, org.springframework.data.domain.Pageable pageable) Implement a query that uses @Query annotation on the repository interface method.org.springframework.data.domain.Page<HouseRentalBO> MongoAssignmentServiceImpl.findByExample(HouseRentalBO probe, org.springframework.data.domain.Pageable pageable) Implement a query by example using the probe provided as an input parameter.org.springframework.data.domain.Page<HouseRentalBO> MongoAssignmentServiceImpl.findByHouseIdByDerivedQuery(String houseId, org.springframework.data.domain.Pageable pageable) Implement a derived query using special method keywords to trigger the correct query.MongoAssignmentDBConfiguration.mapper()MongoAssignmentDBConfiguration.mongoAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, org.springframework.data.mongodb.core.MongoOperations mongoOps, MongoHouseRentalsRepository repo) Methods in info.ejava_student.starter.assignment5.mongo.assignment with parameters of type HouseRentalBOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<HouseRentalBO> MongoAssignmentServiceImpl.findByExample(HouseRentalBO probe, org.springframework.data.domain.Pageable pageable) Implement a query by example using the probe provided as an input parameter.Method parameters in info.ejava_student.starter.assignment5.mongo.assignment with type arguments of type HouseRentalBOModifier and TypeMethodDescriptionMongoAssignmentDBConfiguration.mongoAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, org.springframework.data.mongodb.core.MongoOperations mongoOps, MongoHouseRentalsRepository repo) -
Uses of HouseRentalBO in info.ejava_student.starter.assignment5.mongo.houserentals
Methods in info.ejava_student.starter.assignment5.mongo.houserentals that return types with arguments of type HouseRentalBO