Class ZonedDateTimeJdbcType

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

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

  • Constructor Details

    • ZonedDateTimeJdbcType

      public ZonedDateTimeJdbcType()
  • Method Details