Class LazySimpleEclipseStoreRepository<T,ID>

java.lang.Object
software.xdev.spring.data.eclipse.store.repository.support.SimpleEclipseStoreRepository<T,ID>
software.xdev.spring.data.eclipse.store.repository.support.LazySimpleEclipseStoreRepository<T,ID>
All Implemented Interfaces:
org.springframework.data.repository.CrudRepository<T,ID>, 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>, EclipseStoreCrudRepository<T,ID>, EclipseStoreListCrudRepository<T,ID>, EclipseStoreListPagingAndSortingRepository<T,ID>, EclipseStorePagingAndSortingRepository<T,ID>, EclipseStoreQueryByExampleExecutor<T>, EclipseStoreRepository<T,ID>, LazyEclipseStoreCrudRepository<T,ID>, LazyEclipseStoreListCrudRepository<T,ID>, LazyEclipseStoreListPagingAndSortingRepository<T,ID>, LazyEclipseStorePagingAndSortingRepository<T,ID>, LazyEclipseStoreQueryByExampleExecutor<T>, LazyEclipseStoreRepository<T,ID>