|
||||||||||
| 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.ETime<D>
D - public abstract class ETime<D extends Comparable>
ETime represents Time expressions
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.types.Expr |
|---|
primitive |
| Constructor Summary | |
|---|---|
ETime(Class<? extends D> type)
|
|
| Method Summary | ||
|---|---|---|
static ETime<Date> |
currentTime()
Get an expression representing the current time as a ETime instance |
|
static
|
currentTime(Class<T> cl)
Get an expression representing the current time as a ETime instance |
|
ENumber<Integer> |
hour()
Get a hours expression (range 0-23) |
|
ENumber<Integer> |
milliSecond()
Get a milliseconds expression (range 0-999) |
|
ENumber<Integer> |
minute()
Get a minutes expression (range 0-59) |
|
ENumber<Integer> |
second()
Get a seconds expression (range 0-59) |
|
| 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.ESimple |
|---|
count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
| Methods inherited from class com.mysema.query.types.Expr |
|---|
accept, asExpr, equals, getType, hashCode, notIn, notIn, notIn, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ETime(Class<? extends D> type)
| Method Detail |
|---|
public ENumber<Integer> hour()
public ENumber<Integer> minute()
public ENumber<Integer> second()
public ENumber<Integer> milliSecond()
Is always 0 in HQL and JDOQL modules
public static ETime<Date> currentTime()
public static <T extends Comparable> ETime<T> currentTime(Class<T> cl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||