Uses of Interface
org.hibernate.type.descriptor.jdbc.JavaTimeJdbcType
-
Packages that use JavaTimeJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.internal -
-
Uses of JavaTimeJdbcType in org.hibernate.dialect
Constructors in org.hibernate.dialect with parameters of type JavaTimeJdbcType Constructor Description DB2GetObjectExtractor(JavaType<T> javaType, JavaTimeJdbcType jdbcType, Class<?> baseClass)
-
Uses of JavaTimeJdbcType in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement JavaTimeJdbcType Modifier and Type Class Description class
InstantJdbcType
Descriptor for handling Instant directly through the JDBC driverclass
LocalDateJdbcType
Descriptor for handling LocalDate directly through the JDBC driverclass
LocalDateTimeJdbcType
Descriptor for handling LocalDateTime directly through the JDBC driverclass
LocalTimeJdbcType
Descriptor for handling LocalTime directly through the JDBC driverclass
OffsetDateTimeJdbcType
Descriptor for handling OffsetDateTime directly through the JDBC driverclass
OffsetTimeJdbcType
Descriptor for handling OffsetTime directly through the JDBC driverclass
ZonedDateTimeJdbcType
Descriptor for handling ZonedDateTime directly through the JDBC driver -
Uses of JavaTimeJdbcType in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement JavaTimeJdbcType Modifier and Type Class Description class
AbstractJavaTimeJdbcType<T extends Temporal>
Constructors in org.hibernate.type.descriptor.jdbc.internal with parameters of type JavaTimeJdbcType Constructor Description GetObjectExtractor(JavaType<T> javaType, JavaTimeJdbcType jdbcType, Class<?> baseClass)
-