Interface StreamingReadFindAllService<T extends JpaApiIdentifiable>

Type Parameters:
T -
All Superinterfaces:
GenericJpaGetApiRepositoryService<T>, GenericJpaGetRepositoryService<T,Long>, GenericJpaStreamingReadFindAllService<T,Long>, GenericStreamingReadFindAllService<T,Long>
All Known Subinterfaces:
FullApiService<T>
All Known Implementing Classes:
StandardApiService

public interface StreamingReadFindAllService<T extends JpaApiIdentifiable> extends GenericJpaGetApiRepositoryService<T>, GenericJpaStreamingReadFindAllService<T,Long>
Our standard find all service which uses a repository that uses Long id's