|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface SubQuery<T>
SubQuery represents a sub query. The actual construction of a subquery
is done via an Detachable instance.
| Method Summary | |
|---|---|
Expr<T> |
as(Path<T> alias)
Create an alias for the query |
Expr<T> |
asExpr()
Cast to Expr |
EBoolean |
exists()
Get an exists(this) expression for the subquery |
QueryMetadata |
getMetadata()
Get the query metadata for the subquery |
EBoolean |
notExists()
Get a not exists(this) expression for the subquery |
| Method Detail |
|---|
EBoolean exists()
QueryMetadata getMetadata()
EBoolean notExists()
Expr<T> asExpr()
Expr
Expr<T> as(Path<T> alias)
alias -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||