public abstract class QLinSodaNode<T> extends QLinNode<T>
| Constructor and Description |
|---|
QLinSodaNode() |
| Modifier and Type | Method and Description |
|---|---|
QLin<T> |
orderBy(java.lang.Object expression,
QLinOrderByDirection direction)
orders the query by the expression.
|
protected abstract QLinRoot<T> |
root() |
QLin<T> |
where(java.lang.Object expression)
adds a where node to this QLin query.
|
equal, greater, single, singleOrDefault, smaller, startsWithpublic QLin<T> where(java.lang.Object expression)
QLinexpression - can be any of the following:public QLin<T> orderBy(java.lang.Object expression, QLinOrderByDirection direction)
QLinQLinSupport.ascending() and QLinSupport.descending()
helper methods to set the direction.