|
||||||||||
| 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 subquery |
|
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 |
|
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()
ListSubQuery<Object[]> list(Expr<?> first,
Expr<?> second,
Expr<?>... rest)
first - second - rest - rest
<RT> ListSubQuery<RT> list(Expr<RT> projection)
RT - generic type of the Listprojection -
ObjectSubQuery<Object[]> unique(Expr<?> first,
Expr<?> second,
Expr<?>... rest)
first - second - rest -
<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 | |||||||||