Interface ReadFindAllService<T extends JpaIdentifiable>
- Type Parameters:
T-
- All Superinterfaces:
GenericJpaGetRepositoryService<T,,Long> GenericReadFindAllService<T,Long>
- All Known Subinterfaces:
FullApiService<T>,FullService<T>,ReadFindAllModifiedBetweenService<T>,ReadFindAllModifiedSinceService<T>
- All Known Implementing Classes:
StandardApiService,StandardService
public interface ReadFindAllService<T extends JpaIdentifiable>
extends GenericJpaGetRepositoryService<T,Long>, GenericReadFindAllService<T,Long>
Our standard find all service which uses a repository that uses Long id's
-
Method Summary
Methods inherited from interface org.autumnframework.service.jpa.services.genericdefault.shared.GenericJpaGetRepositoryService
getRepository
-
Method Details
-
findAll
@Transactional(readOnly=true) default org.springframework.data.domain.Page<T> findAll(org.springframework.data.domain.Pageable page) - Specified by:
findAllin interfaceGenericReadFindAllService<T extends JpaIdentifiable,Long>
-