Class InstantJdbcType

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

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

  • Constructor Details

    • InstantJdbcType

      public InstantJdbcType()
  • Method Details