Class OffsetDateTimeJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<OffsetDateTime>
org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

public class OffsetDateTimeJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<OffsetDateTime>
Descriptor for handling OffsetDateTime directly through the JDBC driver
See Also:
  • Field Details

  • Constructor Details

    • OffsetDateTimeJdbcType

      public OffsetDateTimeJdbcType()
  • Method Details