Query.Order| Constructor and Description | 
|---|
IterableQuery(Iterable<T> iterable)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
count()  | 
<ThrowableType extends Throwable>  | 
execute(Visitor<T,ThrowableType> resultVisitor)  | 
Query | 
filter(Specification<T> filter)  | 
T | 
first()  | 
Object | 
getVariable(String name)  | 
Query | 
limit(int maxNrOfResults)  | 
Query | 
orderBy(Property<?> property,
       Query.Order order)  | 
Query<T> | 
setVariable(String name,
           Object value)  | 
T | 
single()  | 
Query | 
skip(int skipNrOfResults)  | 
Iterable<T> | 
toIterable()  | 
public Query orderBy(Property<?> property, Query.Order order)
public Query<T> setVariable(String name, Object value)
setVariable in interface Query<T>public Object getVariable(String name)
getVariable in interface Query<T>public T single() throws QueryException
single in interface Query<T>QueryExceptionpublic <ThrowableType extends Throwable> boolean execute(Visitor<T,ThrowableType> resultVisitor) throws ThrowableType extends Throwable
public Iterable<T> toIterable() throws QueryException
toIterable in interface Query<T>QueryException