Interface GenericJpaReadFindAllService<T extends GenericIdentifiable<ID>,ID extends Serializable>

Type Parameters:
T -
All Superinterfaces:
GenericJpaGetRepositoryService<T,ID>, GenericReadFindAllService<T,ID>

public interface GenericJpaReadFindAllService<T extends GenericIdentifiable<ID>,ID extends Serializable> extends GenericJpaGetRepositoryService<T,ID>, GenericReadFindAllService<T,ID>
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 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