Uses of Interface
info.ejava_student.starter.assignment5.jpa.houserentals.JpaHouseRentalsRepository
Packages that use JpaHouseRentalsRepository
Package
Description
-
Uses of JpaHouseRentalsRepository in info.ejava_student.starter.assignment5.jpa.assignment
Methods in info.ejava_student.starter.assignment5.jpa.assignment with parameters of type JpaHouseRentalsRepositoryModifier and TypeMethodDescriptionJpaAssignmentDBConfiguration.jpaAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, jakarta.persistence.EntityManager entityManager, JpaHouseRentalsRepository repo) -
Uses of JpaHouseRentalsRepository in info.ejava_student.starter.assignment5.jpa.houserentals
Methods in info.ejava_student.starter.assignment5.jpa.houserentals with parameters of type JpaHouseRentalsRepositoryModifier and TypeMethodDescriptionJpaHouseRentalsConfiguration.jpaHouseRentalsService(JpaHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper)