public abstract class QLinSubNode<T> extends QLinSodaNode<T>
| Constructor and Description |
|---|
QLinSubNode(QLinRoot<T> root) |
| Modifier and Type | Method and Description |
|---|---|
QLin<T> |
limit(int size) |
protected 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, startsWithprotected QLinRoot<T> root()
root in class QLinSodaNode<T>protected 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.