@java.lang.SuppressWarnings("rawtypes")
public class CassandraQuery
extends Query
A Query implementation for Cassandra
| Modifiers | Name | Description |
|---|---|---|
protected static interface |
CassandraQuery.QueryHandler |
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
ARGUMENT_ALLOW_FILTERING |
|
static java.lang.String |
ARGUMENT_FETCH_SIZE |
| Fields inherited from class | Fields |
|---|---|
class Query |
criteria, entity, fetchStrategies, lockResult, max, offset, orderBy, projections, queryCache, session, uniqueResult |
| Constructor and description |
|---|
CassandraQuery
(CassandraSession session, PersistentEntity entity) |
| Type | Name and description |
|---|---|
Query |
allowFiltering(boolean allowFiltering) |
protected java.util.List |
executeQuery(PersistentEntity entity, Junction criteria) |
Query |
fetchSize(int fetchSize) |
void |
setArguments(java.util.Map arguments) |
void |
throwUnsupportedOperationException(java.lang.String name) |
| Methods inherited from class | Name |
|---|---|
class Query |
add, add, allEq, and, between, cache, clone, conjunction, createQuery, disjunction, eq, executeQuery, fetchStrategy, firstResult, flushBeforeQuery, ge, getCriteria, getEntity, getOrderBy, getSession, gt, gte, idEq, ilike, in, isEmpty, isNotEmpty, isNotNull, isNull, join, le, like, list, lock, lock, lt, lte, max, maxResults, negation, offset, or, order, patternToRegex, projections, resolveIdIfEntity, rlike, select, setUniqueResult, singleResult |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |