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

    Modifier and Type
    Method
    Description
    default org.springframework.data.domain.Page<T>
    findAll(org.springframework.data.domain.Pageable page)
     

    Methods inherited from interface org.autumnframework.service.jpa.services.genericdefault.shared.GenericJpaGetRepositoryService

    getRepository