@NoRepositoryBean
public interface AerospikeRepository<T,ID extends Serializable>
extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>
Repository| Modifier and Type | Method and Description |
|---|---|
<T> void |
createIndex(Class<T> domainType,
String indexName,
String binName,
com.aerospike.client.query.IndexType indexType) |
<T> void |
deleteIndex(Class<T> domainType,
String indexName) |
boolean |
indexExists(String indexName) |
Copyright © 2011–2018 Aerospike Inc.. All rights reserved.