| Package | Description |
|---|---|
| info.archinnov.achilles.query.slice | |
| info.archinnov.achilles.type |
| Modifier and Type | Method and Description |
|---|---|
BoundingMode |
CQLSliceQuery.getBounding() |
BoundingMode |
SliceQuery.getBounding() |
| Modifier and Type | Method and Description |
|---|---|
SliceQueryBuilder.DefaultQueryBuilder |
SliceQueryBuilder.DefaultQueryBuilder.bounding(BoundingMode boundingMode)
Set bounding mode
|
protected RootSliceQueryBuilder<T> |
RootSliceQueryBuilder.bounding(BoundingMode boundingMode) |
| Constructor and Description |
|---|
SliceQuery(Class<T> entityClass,
EntityMeta meta,
List<Object> partitionComponents,
List<Object> clusteringsFrom,
List<Object> clusteringsTo,
OrderingMode ordering,
BoundingMode bounding,
ConsistencyLevel consistencyLevel,
int limit,
int batchSize,
boolean limitSet) |
| Modifier and Type | Method and Description |
|---|---|
static BoundingMode |
BoundingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundingMode[] |
BoundingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2014. All Rights Reserved.