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

public abstract class AbstractJodaTimeDateTimeType<T> extends AbstractType<T>
Common abstract superclass for Type implementations for Joda-Time
  • 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