Class LocalDateJdbcType

All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

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

  • Constructor Details

    • LocalDateJdbcType

      public LocalDateJdbcType()
  • Method Details