Interface EclipseStoreRepository<T,ID>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,ID>, EclipseStoreListCrudRepository<T,ID>, EclipseStoreListPagingAndSortingRepositoryRepository<T,ID>, EclipseStoreQueryByExampleExecutor<T>, org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>, org.springframework.data.repository.Repository<T,ID>
All Known Implementing Classes:
SimpleEclipseStoreRepository

@NoRepositoryBean public interface EclipseStoreRepository<T,ID> extends EclipseStoreListCrudRepository<T,ID>, EclipseStoreListPagingAndSortingRepositoryRepository<T,ID>, EclipseStoreQueryByExampleExecutor<T>
  • Method Summary

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

    count, existsById, findById, save

    Methods inherited from interface software.xdev.spring.data.eclipse.store.repository.interfaces.EclipseStoreListCrudRepository

    delete, deleteAll, deleteAll, deleteAllById, deleteById

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findAll, findAll, findBy, findOne