Class LocalTimeJdbcType

All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

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

  • Constructor Details

    • LocalTimeJdbcType

      public LocalTimeJdbcType()
  • Method Details