|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.support.DetachableAdapter
public class DetachableAdapter
Constructor Summary | |
---|---|
DetachableAdapter(Detachable detachable)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetachableAdapter(Detachable detachable)
Method Detail |
---|
public ObjectSubQuery<Long> count()
Detachable
count
in interface Detachable
public EBoolean exists()
Detachable
exists
in interface Detachable
public ListSubQuery<Object[]> list(Expr<?> first, Expr<?> second, Expr<?>... rest)
Detachable
list
in interface Detachable
rest
- rest
public ListSubQuery<Object[]> list(Expr<?>[] args)
list
in interface Detachable
public <RT> ListSubQuery<RT> list(Expr<RT> projection)
Detachable
list
in interface Detachable
RT
- generic type of the List
public EBoolean notExists()
Detachable
notExists
in interface Detachable
public ObjectSubQuery<Object[]> unique(Expr<?> first, Expr<?> second, Expr<?>... rest)
Detachable
unique
in interface Detachable
public ObjectSubQuery<Object[]> unique(Expr<?>[] args)
Detachable
unique
in interface Detachable
public <RT> ObjectSubQuery<RT> unique(Expr<RT> projection)
Detachable
unique
in interface Detachable
RT
- return type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |