|
||||||||||
| 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.EComparable<D>
com.mysema.query.types.expr.EDateOrTime<D>
com.mysema.query.types.expr.EDate<D>
com.mysema.query.types.expr.EDateConst<D>
public final class EDateConst<D extends Date>
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.types.Expr |
|---|
primitive |
| Constructor Summary | |
|---|---|
EDateConst(D date)
|
|
| Method Summary | ||
|---|---|---|
void |
accept(Visitor v)
|
|
static
|
create(D date)
|
|
ENumber<Integer> |
dayOfMonth()
Get a day of month expression (range 1-31) |
|
ENumber<Integer> |
dayOfWeek()
Get a day of week expression (range 1-7 / SUN-SAT) |
|
ENumber<Integer> |
dayOfYear()
Get a day of year expression (range 1-356) |
|
boolean |
equals(Object o)
|
|
D |
getConstant()
Get the constant |
|
int |
hashCode()
|
|
ENumber<Integer> |
month()
Get a month expression (range 1-12 / JAN-DEC) |
|
ENumber<Integer> |
week()
Get a week expression |
|
ENumber<Integer> |
year()
Get a year expression |
|
ENumber<Integer> |
yearMonth()
Get a year / month expression |
|
| Methods inherited from class com.mysema.query.types.expr.EDate |
|---|
as, currentDate, currentDate, max, min |
| Methods inherited from class com.mysema.query.types.expr.EDateOrTime |
|---|
after, after, before, before |
| Methods inherited from class com.mysema.query.types.expr.EComparable |
|---|
between, between, goe, goe, gt, gt, in, loe, loe, lt, lt, notBetween, notBetween |
| Methods inherited from class com.mysema.query.types.expr.EComparableBase |
|---|
asc, castToNum, desc, stringValue |
| Methods inherited from class com.mysema.query.types.expr.ESimple |
|---|
count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
| Methods inherited from class com.mysema.query.types.Expr |
|---|
asExpr, getType, notIn, 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.Constant |
|---|
asExpr |
| Constructor Detail |
|---|
public EDateConst(D date)
| Method Detail |
|---|
public static <D extends Date> EDate<D> create(D date)
public void accept(Visitor v)
accept in class Expr<D extends Date>public ENumber<Integer> dayOfMonth()
EDate
dayOfMonth in class EDate<D extends Date>public ENumber<Integer> month()
EDate
month in class EDate<D extends Date>public ENumber<Integer> year()
EDate
year in class EDate<D extends Date>public ENumber<Integer> yearMonth()
EDate
yearMonth in class EDate<D extends Date>public ENumber<Integer> dayOfWeek()
EDateNOT supported in JDOQL and not in Derby
dayOfWeek in class EDate<D extends Date>public ENumber<Integer> dayOfYear()
EDateNOT supported in JDOQL and not in Derby
dayOfYear in class EDate<D extends Date>public ENumber<Integer> week()
EDate
week in class EDate<D extends Date>public D getConstant()
Constant
getConstant in interface Constant<D extends Date>public boolean equals(Object o)
equals in class Expr<D extends Date>public int hashCode()
hashCode in class Expr<D extends Date>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||