|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<D>
com.mysema.query.types.expr.EComparableBase<D>
com.mysema.query.types.expr.ENumber<A>
com.mysema.query.types.query.NumberSubQuery<A>
JM - A - public final class NumberSubQuery<A extends Number & Comparable<?>>
Single result subquery
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.types.Expr |
|---|
primitive |
| Constructor Summary | |
|---|---|
NumberSubQuery(Class<A> type,
QueryMetadata md)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
|
boolean |
equals(Object o)
|
EBoolean |
exists()
Get an exists(this) expression for the subquery |
QueryMetadata |
getMetadata()
Get the query metadata for the subquery |
int |
hashCode()
|
EBoolean |
notExists()
Get a not exists(this) expression for the subquery |
| Methods inherited from class com.mysema.query.types.expr.ENumber |
|---|
abs, add, add, as, avg, between, between, byteValue, castToNum, ceil, divide, divide, doubleValue, floatValue, floor, goe, goe, gt, gt, in, in, intValue, loe, loe, longValue, lt, lt, 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.EComparableBase |
|---|
asc, desc, stringValue |
| Methods inherited from class com.mysema.query.types.expr.ESimple |
|---|
asExpr, count, countDistinct, eq, eq, in, in, ne, ne, when, when |
| Methods inherited from class com.mysema.query.types.Expr |
|---|
getType, notIn, notIn, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.SubQuery |
|---|
asExpr |
| Constructor Detail |
|---|
public NumberSubQuery(Class<A> type,
QueryMetadata md)
| Method Detail |
|---|
public void accept(Visitor v)
accept in class Expr<A extends Number & Comparable<?>>public boolean equals(Object o)
equals in class Expr<A extends Number & Comparable<?>>public EBoolean exists()
SubQuery
exists in interface SubQuery<A extends Number & Comparable<?>>public QueryMetadata getMetadata()
SubQuery
getMetadata in interface SubQuery<A extends Number & Comparable<?>>public int hashCode()
hashCode in class Expr<A extends Number & Comparable<?>>public EBoolean notExists()
SubQuery
notExists in interface SubQuery<A extends Number & Comparable<?>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||