public class LocalDateTimeExpressionImpl extends org.datanucleus.api.jdo.query.ComparableExpressionImpl<java.time.LocalDateTime> implements LocalDateTimeExpression
| Constructor and Description |
|---|
LocalDateTimeExpressionImpl(Class<java.time.LocalDateTime> cls,
String name,
org.datanucleus.api.jdo.query.ExpressionType type) |
LocalDateTimeExpressionImpl(org.datanucleus.query.expression.Expression queryExpr) |
LocalDateTimeExpressionImpl(javax.jdo.query.PersistableExpression parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
javax.jdo.query.NumericExpression<Integer> |
getDayOfMonth()
Accessor for the day (of the month) of this date-time.
|
javax.jdo.query.NumericExpression<Integer> |
getHour()
Accessor for the hour of this date-time.
|
javax.jdo.query.NumericExpression<Integer> |
getMinute()
Accessor for the minute of this date-time.
|
javax.jdo.query.NumericExpression<Integer> |
getMonthValue()
Accessor for the month of this date-time.
|
javax.jdo.query.NumericExpression<Integer> |
getSecond()
Accessor for the second of this date-time.
|
javax.jdo.query.NumericExpression<Integer> |
getYear()
Accessor for the year of this date-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, waitpublic LocalDateTimeExpressionImpl(javax.jdo.query.PersistableExpression parent,
String name)
public LocalDateTimeExpressionImpl(Class<java.time.LocalDateTime> cls, String name, org.datanucleus.api.jdo.query.ExpressionType type)
public LocalDateTimeExpressionImpl(org.datanucleus.query.expression.Expression queryExpr)
public javax.jdo.query.NumericExpression<Integer> getDayOfMonth()
LocalDateTimeExpressiongetDayOfMonth in interface LocalDateTimeExpressionpublic javax.jdo.query.NumericExpression<Integer> getHour()
LocalDateTimeExpressiongetHour in interface LocalDateTimeExpressionpublic javax.jdo.query.NumericExpression<Integer> getMinute()
LocalDateTimeExpressiongetMinute in interface LocalDateTimeExpressionpublic javax.jdo.query.NumericExpression<Integer> getMonthValue()
LocalDateTimeExpressiongetMonthValue in interface LocalDateTimeExpressionpublic javax.jdo.query.NumericExpression<Integer> getSecond()
LocalDateTimeExpressiongetSecond in interface LocalDateTimeExpressionpublic javax.jdo.query.NumericExpression<Integer> getYear()
LocalDateTimeExpressiongetYear in interface LocalDateTimeExpressionCopyright © 2016. All rights reserved.