Class InstantJdbcType

All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

public class InstantJdbcType extends AbstractJavaTimeJdbcType<Instant>
Descriptor for handling Instant directly through the JDBC driver
See Also:
  • Field Details

  • Constructor Details

    • InstantJdbcType

      public InstantJdbcType()
  • Method Details