Class LocalDateTimeJdbcType

All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

public class LocalDateTimeJdbcType extends AbstractJavaTimeJdbcType<LocalDateTime>
Descriptor for handling LocalDateTime directly through the JDBC driver
Author:
Steve Ebersole
See Also:
  • Field Details

  • Constructor Details

    • LocalDateTimeJdbcType

      public LocalDateTimeJdbcType()
  • Method Details