| Package | Description |
|---|---|
| to.etc.webapp.qsql | |
| to.etc.webapp.query |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcSQLGenerator.visitSubquery(QSubQuery<?,?> n) |
| Modifier and Type | Method and Description |
|---|---|
QSubQuery<T,P> |
QSubQuery.join(String property)
Joins the parent to this subquery on the specified property, provided that the property exists in both entities
|
<U> QSubQuery<U,T> |
QRestrictor.subquery(Class<U> childClass) |
| Modifier and Type | Method and Description |
|---|---|
Set<QSubQuery<?,?>> |
QRestrictor.getUnusedSubquerySet()
Internal method, used to be able to find QSubQueries that were allocated (using
QRestrictor.subquery(Class) but not
properly linked back into the main query. |
| Modifier and Type | Method and Description |
|---|---|
void |
QRestrictor.internalUseQuery(QSubQuery<?,?> q)
|
void |
QNodeVisitorBase.visitSubquery(QSubQuery<?,?> n) |
void |
QNodeVisitor.visitSubquery(QSubQuery<?,?> n) |
void |
QQueryRenderer.visitSubquery(QSubQuery<?,?> n) |
| Constructor and Description |
|---|
QJoiner(QRestrictor<A> parent,
QSubQuery<T,P> qSubQuery) |
Copyright © 2017 etc.to. All rights reserved.