|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Detachable
Detachable defines methods for the construction of SubQuery instances
| Method Summary | ||
|---|---|---|
ObjectSubQuery<Long> |
count()
Return the count of matched rows as a sub query |
|
EBoolean |
exists()
Create an exists(this) expression |
|
ListSubQuery<Object[]> |
list(Expr<?>[] args)
|
|
ListSubQuery<Object[]> |
list(Expr<?> first,
Expr<?> second,
Expr<?>... rest)
Create a projection expression for the given projection |
|
|
list(Expr<RT> projection)
Create a projection expression for the given projection |
|
EBoolean |
notExists()
Create an not exists(this) expression |
|
ObjectSubQuery<Object[]> |
unique(Expr<?>[] args)
Create a projection expression for the given projection |
|
ObjectSubQuery<Object[]> |
unique(Expr<?> first,
Expr<?> second,
Expr<?>... rest)
Create a projection expression for the given projection |
|
|
unique(Expr<RT> projection)
Create a projection expression for the given projection |
|
| Method Detail |
|---|
ObjectSubQuery<Long> count()
EBoolean exists()
ListSubQuery<Object[]> list(Expr<?> first,
Expr<?> second,
Expr<?>... rest)
first - second - rest - rest
ListSubQuery<Object[]> list(Expr<?>[] args)
args -
<RT> ListSubQuery<RT> list(Expr<RT> projection)
RT - generic type of the Listprojection -
EBoolean notExists()
ObjectSubQuery<Object[]> unique(Expr<?> first,
Expr<?> second,
Expr<?>... rest)
first - second - rest -
ObjectSubQuery<Object[]> unique(Expr<?>[] args)
args -
<RT> ObjectSubQuery<RT> unique(Expr<RT> projection)
RT - return typeprojection -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||