Interface GenericJpaStreamingReadFindAllService<T extends JpaApiIdentifiable,ID extends Serializable>

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

public interface GenericJpaStreamingReadFindAllService<T extends JpaApiIdentifiable,ID extends Serializable> extends GenericJpaGetApiRepositoryService<T>, GenericStreamingReadFindAllService<T,Long>
Provides a default implementation of the findAll service
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Stream<T>
     

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

    getRepository