| Package | Description |
|---|---|
| to.etc.webapp.query |
| Modifier and Type | Method and Description |
|---|---|
QJoiner<A,P,T> |
QJoiner.eq(String parentProperty,
String property)
Adds an eq restriction on the parent to this subquery on the specified properties,
provided that the propertnames are not equal but their type is
Use join if property names are the same.
|
QJoiner<A,P,T> |
QJoiner.ge(String parentProperty,
String property)
Adds an ge restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.gt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
<A> QJoiner<A,P,T> |
QSubQuery.join(QRestrictor<A> parent) |
QJoiner<A,P,T> |
QJoiner.le(String parentProperty,
String property)
Adds an le restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.lt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.ne(String parentProperty,
String property)
Adds an ne restriction on the parent to this subquery on the specified properties,
|
Copyright © 2017 etc.to. All rights reserved.