Interface EclipseStoreListCrudRepository<T,ID>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
All Known Subinterfaces:
EclipseStoreRepository<T,ID>
All Known Implementing Classes:
SimpleEclipseStoreRepository

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

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

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

    findAll, findAllById, saveAll