Class SimpleNosqlRepository<T,ID extends Serializable>

java.lang.Object
com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository<T,ID>
All Implemented Interfaces:
NosqlRepository<T,ID>, org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>

public class SimpleNosqlRepository<T,ID extends Serializable> extends Object implements NosqlRepository<T,ID>