| Package | Description |
|---|---|
| org.springframework.data.aerospike.core | |
| org.springframework.data.aerospike.repository.query |
| Modifier and Type | Method and Description |
|---|---|
Comparator<?> |
AerospikeTemplate.aerospikePropertyComparator(Query query) |
int |
AerospikeOperations.count(Query query,
Class<?> javaType) |
int |
AerospikeTemplate.count(Query query,
Class<?> type) |
boolean |
AerospikeTemplate.exists(Query query,
Class<?> entityClass) |
<T> Iterable<T> |
AerospikeOperations.find(Query query,
Class<T> type) |
<T> Iterable<T> |
AerospikeTemplate.find(Query query,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
AerospikeQueryCreator.complete(AerospikeCriteria criteria,
org.springframework.data.domain.Sort sort) |
Query |
AerospikePartTreeQuery.createQuery(org.springframework.data.repository.query.ParametersParameterAccessor accessor) |
Query |
Query.limit(int rows) |
Query |
Query.orderBy(org.springframework.data.domain.Sort sort)
Add given
Sort. |
Query |
Query.skip(int offset) |
Query |
Query.with(org.springframework.data.domain.Sort sort) |
Copyright © 2011–2018 Aerospike Inc.. All rights reserved.