Interface JavaTimeJdbcType

All Superinterfaces:
JdbcType, Serializable
All Known Implementing Classes:
org.hibernate.type.descriptor.jdbc.internal.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.