|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.expr.DslExpression<T>
com.mysema.query.types.expr.SimpleExpression<T>
com.mysema.query.types.expr.ComparableExpressionBase<T>
com.mysema.query.types.expr.NumberExpression<T>
com.mysema.query.types.query.NumberSubQuery<T>
T - expression typepublic final class NumberSubQuery<T extends Number & Comparable<?>>
Number typed single result subquery
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.types.expr.DslExpression |
|---|
mixin |
| Constructor Summary | |
|---|---|
NumberSubQuery(Class<T> type,
QueryMetadata md)
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context |
|
BooleanExpression |
exists()
Get an exists(this) expression for the subquery |
|
QueryMetadata |
getMetadata()
Get the query metadata for the subquery |
|
BooleanExpression |
notExists()
Get a not exists(this) expression for the subquery |
|
| Methods inherited from class com.mysema.query.types.expr.NumberExpression |
|---|
abs, add, add, as, as, avg, between, between, byteValue, castToNum, ceil, divide, divide, doubleValue, floatValue, floor, goe, goe, goeAll, goeAny, gt, gt, gtAll, gtAny, in, intValue, loe, loe, loeAll, loeAny, longValue, lt, lt, ltAll, ltAny, max, max, min, min, mod, mod, multiply, multiply, negate, notBetween, notBetween, notIn, random, round, shortValue, sqrt, subtract, subtract, sum |
| Methods inherited from class com.mysema.query.types.expr.ComparableExpressionBase |
|---|
asc, coalesce, coalesce, desc, stringValue |
| Methods inherited from class com.mysema.query.types.expr.SimpleExpression |
|---|
count, countDistinct, eq, eq, eqAll, eqAny, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, when, when |
| Methods inherited from class com.mysema.query.types.expr.DslExpression |
|---|
equals, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.Expression |
|---|
getType |
| Constructor Detail |
|---|
public NumberSubQuery(Class<T> type,
QueryMetadata md)
| Method Detail |
|---|
public final <R,C> R accept(Visitor<R,C> v,
C context)
Expression
accept in interface Expression<T extends Number & Comparable<?>>R - return typeC - context typev - visitorcontext - context of visit
public BooleanExpression exists()
ExtendedSubQueryExpression
exists in interface ExtendedSubQueryExpression<T extends Number & Comparable<?>>public QueryMetadata getMetadata()
SubQueryExpression
getMetadata in interface SubQueryExpression<T extends Number & Comparable<?>>public BooleanExpression notExists()
ExtendedSubQueryExpression
notExists in interface ExtendedSubQueryExpression<T extends Number & Comparable<?>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||