T
- @IgnoreJRERequirement public abstract class AbstractJSR310DateTimeType<T extends java.time.temporal.Temporal> extends AbstractType<T>
Modifier and Type | Field and Description |
---|---|
protected static java.time.format.DateTimeFormatter |
dateFormatter |
protected static java.time.format.DateTimeFormatter |
dateTimeFormatter |
protected static java.time.format.DateTimeFormatter |
timeFormatter |
Constructor and Description |
---|
AbstractJSR310DateTimeType(int type) |
Modifier and Type | Method and Description |
---|---|
protected static Calendar |
utc() |
getLiteral, getSQLTypes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getReturnedClass, getValue, setValue
protected static final java.time.format.DateTimeFormatter dateFormatter
protected static final java.time.format.DateTimeFormatter dateTimeFormatter
protected static final java.time.format.DateTimeFormatter timeFormatter
protected static Calendar utc()
Copyright © 2007–2016 Querydsl. All rights reserved.