Interface JavaTimeJdbcType

All Superinterfaces:
JdbcType, Serializable
All Known Implementing Classes:
AbstractJavaTimeJdbcType, InstantJdbcType, LocalDateJdbcType, LocalDateTimeJdbcType, LocalTimeJdbcType, OffsetDateTimeJdbcType, OffsetTimeJdbcType, ZonedDateTimeJdbcType

public interface JavaTimeJdbcType extends JdbcType
Common marker interface for mapping Java Time objects directly through the JDBC driver.