public class TimeExpressionImpl<T> extends ComparableExpressionImpl<Date> implements TimeExpression<Date>
| Constructor and Description |
|---|
TimeExpressionImpl(Class<Date> cls,
String name,
ExpressionType type) |
TimeExpressionImpl(org.datanucleus.query.expression.Expression queryExpr) |
TimeExpressionImpl(PersistableExpression parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
NumericExpression<Integer> |
getHour()
Accessor for the hour of this time.
|
NumericExpression<Integer> |
getMinute()
Accessor for the minute of this time.
|
NumericExpression<Integer> |
getSecond()
Accessor for the second of this time.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, mincast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, mincast, count, countDistinct, eq, eq, instanceOf, ne, nepublic TimeExpressionImpl(PersistableExpression parent, String name)
public TimeExpressionImpl(Class<Date> cls, String name, ExpressionType type)
public TimeExpressionImpl(org.datanucleus.query.expression.Expression queryExpr)
public NumericExpression<Integer> getHour()
TimeExpressiongetHour in interface TimeExpression<Date>public NumericExpression<Integer> getMinute()
TimeExpressiongetMinute in interface TimeExpression<Date>public NumericExpression<Integer> getSecond()
TimeExpressiongetSecond in interface TimeExpression<Date>Copyright © 2013. All Rights Reserved.