public class QLinRoot<T> extends QLinSodaNode<T>
| Constructor and Description |
|---|
QLinRoot(Query query,
java.lang.Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
QLin<T> |
limit(int size) |
Query |
query() |
protected QLinRoot<T> |
root() |
ObjectSet<T> |
select()
executes the QLin query and returns the result
as an
ObjectSet. |
orderBy, whereequal, greater, single, singleOrDefault, smaller, startsWithpublic Query query()
public ObjectSet<T> select()
QLinObjectSet.
Note that ObjectSet extends List and Iterable
on the platforms that support these interfaces.
You may want to use these interfaces instead of
working directly against an ObjectSet.protected QLinRoot<T> root()
root in class QLinSodaNode<T>