public class MapDbQueryEngine extends org.springframework.data.keyvalue.core.QueryEngine<MapDbKeyValueAdapter,Predicate<?>,Comparator<?>>
| Constructor and Description |
|---|
MapDbQueryEngine() |
| Modifier and Type | Method and Description |
|---|---|
long |
count(Predicate<?> criteria,
Serializable keyspace) |
Collection<?> |
execute(Predicate<?> criteria,
Comparator<?> sort,
int offset,
int rows,
Serializable keyspace) |
public Collection<?> execute(Predicate<?> criteria, Comparator<?> sort, int offset, int rows, Serializable keyspace)
execute in class org.springframework.data.keyvalue.core.QueryEngine<MapDbKeyValueAdapter,Predicate<?>,Comparator<?>>public long count(Predicate<?> criteria, Serializable keyspace)
count in class org.springframework.data.keyvalue.core.QueryEngine<MapDbKeyValueAdapter,Predicate<?>,Comparator<?>>Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.