|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.expr.Expr<D>
com.mysema.query.types.expr.EComparableBase<D>
com.mysema.query.types.expr.EComparable<D>
D - public abstract class EComparable<D extends Comparable>
EComparable extends EComparableBase to provide comparison methods.
| Constructor Summary | |
|---|---|
EComparable(Class<? extends D> type)
|
|
| Method Summary | |
|---|---|
EBoolean |
between(D from,
D to)
Get a from < this < to expression |
EBoolean |
between(Expr<D> from,
Expr<D> to)
Get a first < this < second expression |
EBoolean |
goe(D right)
Get a this >= right expression |
EBoolean |
goe(Expr<D> right)
Get a this >= right expression |
EBoolean |
gt(D right)
Get a this > right expression |
EBoolean |
gt(Expr<D> right)
Get a this > right expression |
EBoolean |
loe(D right)
Get a this <= right expression |
EBoolean |
loe(Expr<D> right)
Get a this < right expression |
EBoolean |
lt(D right)
Get a this < right expression |
EBoolean |
lt(Expr<D> right)
Get a this < right expression |
EBoolean |
notBetween(D from,
D to)
|
EBoolean |
notBetween(Expr<D> from,
Expr<D> to)
|
| Methods inherited from class com.mysema.query.types.expr.EComparableBase |
|---|
asc, castToNum, desc, stringValue |
| Methods inherited from class com.mysema.query.types.expr.Expr |
|---|
accept, count, countAll, countDistinct, eq, eq, getType, hashCode, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EComparable(Class<? extends D> type)
| Method Detail |
|---|
public final EBoolean between(D from,
D to)
from < this < to expression
from - to -
public final EBoolean between(Expr<D> from,
Expr<D> to)
first < this < second expression
from - to -
public final EBoolean notBetween(D from,
D to)
from - to -
public final EBoolean notBetween(Expr<D> from,
Expr<D> to)
from - to -
public EBoolean gt(D right)
this > right expression
right - rhs of the comparison
Comparable.compareTo(Object)public EBoolean gt(Expr<D> right)
this > right expression
right - rhs of the comparison
Comparable.compareTo(Object)public EBoolean goe(D right)
this >= right expression
right - rhs of the comparison
Comparable.compareTo(Object)public EBoolean goe(Expr<D> right)
this >= right expression
right - rhs of the comparison
Comparable.compareTo(Object)public final EBoolean lt(D right)
this < right expression
right - rhs of the comparison
Comparable.compareTo(Object)public final EBoolean lt(Expr<D> right)
this < right expression
right - rhs of the comparison
Comparable.compareTo(Object)public final EBoolean loe(D right)
this <= right expression
right - rhs of the comparison
Comparable.compareTo(Object)public final EBoolean loe(Expr<D> right)
this < right expression
right - rhs of the comparison
Comparable.compareTo(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||