-
Method Summary
org.springframework.data.domain.Slice<B>
org.springframework.data.domain.Page<B>
findByExample(B probe,
org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<B>
-
Method Details
-
mapAndPersist
D mapAndPersist(D rentalDTO)
-
-
findByHouseIdByDerivedQuery
org.springframework.data.domain.Page<B> findByHouseIdByDerivedQuery(String houseId,
org.springframework.data.domain.Pageable pageable)
-
findByExample
org.springframework.data.domain.Page<B> findByExample(B probe,
org.springframework.data.domain.Pageable pageable)
-
findByDateRangeByAnnotatedQuery
org.springframework.data.domain.Slice<B> findByDateRangeByAnnotatedQuery(LocalDate startDate,
LocalDate endDate,
org.springframework.data.domain.Pageable pageable)