public interface Detachable
| Modifier and Type | Method and Description |
|---|---|
NumberSubQuery<java.lang.Long> |
count()
Return the count of matched rows as a sub query
|
BooleanExpression |
exists()
Create an exists(this) expression
|
ListSubQuery<Tuple> |
list(Expression<?>... args)
Create a projection expression for the given projection
|
<RT> ListSubQuery<RT> |
list(Expression<RT> projection)
Create a projection expression for the given projection
|
ListSubQuery<Tuple> |
list(java.lang.Object... args)
Create a projection expression for the given projection
Non expression arguments are converted into constant expressions
|
BooleanExpression |
notExists()
Create an not exists(this) expression
|
<RT extends java.lang.Comparable<?>> |
unique(ComparableExpression<RT> projection)
Create a subquery expression for the given projection
|
<RT extends java.lang.Comparable<?>> |
unique(DateExpression<RT> projection)
Create a subquery expression for the given projection
|
<RT extends java.lang.Comparable<?>> |
unique(DateTimeExpression<RT> projection)
Create a subquery expression for the given projection
|
SimpleSubQuery<Tuple> |
unique(Expression<?>... args)
Create a projection expression for the given projection
|
<RT> SimpleSubQuery<RT> |
unique(Expression<RT> projection)
Create a subquery expression for the given projection
|
<RT extends java.lang.Number & java.lang.Comparable<?>> |
unique(NumberExpression<RT> projection)
Create a subquery expression for the given projection
|
SimpleSubQuery<Tuple> |
unique(java.lang.Object... args)
Create a projection expression for the given projection
Non expression arguments are converted into constant expressions
|
BooleanSubQuery |
unique(Predicate projection)
Create a subquery expression for the given projection
|
StringSubQuery |
unique(StringExpression projection)
Create a subquery expression for the given projection
|
<RT extends java.lang.Comparable<?>> |
unique(TimeExpression<RT> projection)
Create a subquery expression for the given projection
|
NumberSubQuery<java.lang.Long> count()
BooleanExpression exists()
ListSubQuery<Tuple> list(Expression<?>... args)
args - ListSubQuery<Tuple> list(java.lang.Object... args)
args - <RT> ListSubQuery<RT> list(Expression<RT> projection)
RT - generic type of the Listprojection - BooleanExpression notExists()
SimpleSubQuery<Tuple> unique(Expression<?>... args)
args - SimpleSubQuery<Tuple> unique(java.lang.Object... args)
args - <RT> SimpleSubQuery<RT> unique(Expression<RT> projection)
RT - return typeprojection - BooleanSubQuery unique(Predicate projection)
projection - StringSubQuery unique(StringExpression projection)
projection - <RT extends java.lang.Comparable<?>> ComparableSubQuery<RT> unique(ComparableExpression<RT> projection)
RT - projection - <RT extends java.lang.Comparable<?>> DateSubQuery<RT> unique(DateExpression<RT> projection)
RT - projection - <RT extends java.lang.Comparable<?>> DateTimeSubQuery<RT> unique(DateTimeExpression<RT> projection)
RT - projection - <RT extends java.lang.Comparable<?>> TimeSubQuery<RT> unique(TimeExpression<RT> projection)
RT - projection - <RT extends java.lang.Number & java.lang.Comparable<?>> NumberSubQuery<RT> unique(NumberExpression<RT> projection)
RT - projection - Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.