Class JpaHouseRentalsConfiguration
java.lang.Object
info.ejava_student.starter.assignment5.jpa.houserentals.JpaHouseRentalsConfiguration
@ConditionalOnProperty(prefix="rentals",
name="impl",
havingValue="jpa",
matchIfMissing=true)
public class JpaHouseRentalsConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjpaHouseRentalsService(JpaHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) mapper()
-
Constructor Details
-
JpaHouseRentalsConfiguration
public JpaHouseRentalsConfiguration()
-
-
Method Details
-
mapper
-
jpaHouseRentalsService
@Bean @Order(-2147483648) public HouseRentalsService jpaHouseRentalsService(JpaHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper)
-