|
||||||||||
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>
com.mysema.query.types.expr.EDateOrTime<D>
com.mysema.query.types.expr.EDate<D>
D
- public abstract class EDate<D extends Comparable>
EDate represents Date expressions The date representation is compatible with the Gregorian calendar.
http://en.wikipedia.org/wiki/Gregorian_calendar
,
Serialized FormConstructor Summary | |
---|---|
EDate(Class<? extends D> type)
|
Method Summary | ||
---|---|---|
static EDate<Date> |
currentDate()
Get an expression representing the current date as a EDate instance |
|
static
|
currentDate(Class<T> cl)
Get an expression representing the current date as a EDate instance |
|
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) NOT supported in JDOQL and not in Derby |
|
ENumber<Integer> |
dayOfYear()
Get a day of year expression (range 1-356) NOT supported in JDOQL and not in Derby |
|
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.EDateOrTime |
---|
after, after, before, before |
Methods inherited from class com.mysema.query.types.expr.EComparable |
---|
between, between, goe, goe, gt, gt, 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.Expr |
---|
accept, count, countDistinct, eq, eq, equals, getType, hashCode, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EDate(Class<? extends D> type)
Method Detail |
---|
public static EDate<Date> currentDate()
public static <T extends Comparable> EDate<T> currentDate(Class<T> cl)
public ENumber<Integer> dayOfMonth()
public ENumber<Integer> dayOfWeek()
NOT supported in JDOQL and not in Derby
public ENumber<Integer> dayOfYear()
NOT supported in JDOQL and not in Derby
public ENumber<Integer> month()
public ENumber<Integer> week()
public ENumber<Integer> year()
public ENumber<Integer> yearMonth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |