Interface EclipseStoreListPagingAndSortingRepository<T,ID>

All Superinterfaces:
org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
All Known Subinterfaces:
EclipseStoreRepository<T,ID>, LazyEclipseStoreRepository<T,ID>
All Known Implementing Classes:
LazySimpleEclipseStoreRepository, SimpleEclipseStoreRepository

@NoRepositoryBean public interface EclipseStoreListPagingAndSortingRepository<T,ID> extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll