Package com.querydsl.sql.types
Class AbstractJodaTimeDateTimeType<T>
java.lang.Object
com.querydsl.sql.types.AbstractType<T>
com.querydsl.sql.types.AbstractJodaTimeDateTimeType<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Type<T>
- Direct Known Subclasses:
DateTimeType,LocalDateTimeType,LocalDateType,LocalTimeType
Common abstract superclass for Type implementations for Joda-Time
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.joda.time.format.DateTimeFormatterprotected static final org.joda.time.format.DateTimeFormatterprotected static final org.joda.time.format.DateTimeFormatter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.querydsl.sql.types.AbstractType
getLiteral, getSQLTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.querydsl.sql.types.Type
getReturnedClass, getValue, setValue
-
Field Details
-
dateFormatter
protected static final org.joda.time.format.DateTimeFormatter dateFormatter -
dateTimeFormatter
protected static final org.joda.time.format.DateTimeFormatter dateTimeFormatter -
timeFormatter
protected static final org.joda.time.format.DateTimeFormatter timeFormatter
-
-
Constructor Details
-
AbstractJodaTimeDateTimeType
public AbstractJodaTimeDateTimeType(int type)
-
-
Method Details
-
utc
-