Class SimpleAerospikeRepository<T,ID>

java.lang.Object
org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository<T,ID>
All Implemented Interfaces:
AerospikeRepository<T,ID>, CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, Repository<T,ID>

public class SimpleAerospikeRepository<T,ID> extends Object implements AerospikeRepository<T,ID>