| Package | Description |
|---|---|
| org.springframework.data.aerospike.core | |
| org.springframework.data.aerospike.repository.query |
| Modifier and Type | Method and Description |
|---|---|
long |
AerospikeOperations.count(Query query,
Class<?> javaType) |
long |
AerospikeTemplate.count(Query query,
Class<?> type) |
boolean |
AerospikeTemplate.exists(Query query,
Class<?> entityClass) |
<T> Stream<T> |
AerospikeOperations.find(Query query,
Class<T> type) |
<T> Stream<T> |
AerospikeTemplate.find(Query query,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Query |
AerospikePartTreeQuery.createQuery(ParametersParameterAccessor accessor) |
Query |
Query.limit(int rows) |
Query |
Query.orderBy(Sort sort)
Add given
Sort. |
Query |
Query.skip(long offset) |
Query |
Query.with(Sort sort) |
Copyright © 2012–2019 Aerospike, Inc. All rights reserved.