Interface ReadFindAllModifiedSinceService<T extends JpaApiIdentifiable>
- All Superinterfaces:
GenericAuditedReadFindAllService<T,,Long> GenericJpaGetApiRepositoryService<T>,GenericJpaGetRepositoryService<T,,Long> GenericReadFindAllService<T,,Long> ReadFindAllService<T>
- All Known Subinterfaces:
FullApiService<T>
- All Known Implementing Classes:
StandardApiService
public interface ReadFindAllModifiedSinceService<T extends JpaApiIdentifiable>
extends GenericJpaGetApiRepositoryService<T>, GenericAuditedReadFindAllService<T,Long>, ReadFindAllService<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.springframework.data.domain.Page<T>findAllModifiedSince(LocalDateTime date, org.springframework.data.domain.Pageable page) Methods inherited from interface org.autumnframework.service.services.GenericAuditedReadFindAllService
findAllModifiedBetween, findAllModifiedBetween, findAllModifiedSince, streamAllModifiedBetween, streamAllModifiedBetween, streamAllModifiedSinceMethods inherited from interface org.autumnframework.service.jpa.services.genericdefault.shared.GenericJpaGetApiRepositoryService
getRepositoryMethods inherited from interface org.autumnframework.service.jpa.services.elementary.ReadFindAllService
findAll
-
Method Details
-
findAllModifiedSince
@Transactional(readOnly=true) default org.springframework.data.domain.Page<T> findAllModifiedSince(LocalDateTime date, org.springframework.data.domain.Pageable page) - Specified by:
findAllModifiedSincein interfaceGenericAuditedReadFindAllService<T extends JpaApiIdentifiable,Long>
-
streamAllModifiedSince
- Specified by:
streamAllModifiedSincein interfaceGenericAuditedReadFindAllService<T extends JpaApiIdentifiable,Long>
-