public class TimeExpressionImpl extends ComparableExpressionImpl<Time> implements TimeExpression
Constructor and Description |
---|
TimeExpressionImpl(Class<Time> 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, min
cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, ne
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
cast, count, countDistinct, eq, eq, instanceOf, ne, ne
public TimeExpressionImpl(PersistableExpression parent, String name)
public TimeExpressionImpl(Class<Time> cls, String name, ExpressionType type)
public TimeExpressionImpl(org.datanucleus.query.expression.Expression queryExpr)
public NumericExpression<Integer> getHour()
TimeExpression
getHour
in interface TimeExpression
public NumericExpression<Integer> getMinute()
TimeExpression
getMinute
in interface TimeExpression
public NumericExpression<Integer> getSecond()
TimeExpression
getSecond
in interface TimeExpression
Copyright © 2017. All rights reserved.