Uses of Interface
org.hibernate.type.descriptor.jdbc.JavaTimeJdbcType
Packages that use JavaTimeJdbcType
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of JavaTimeJdbcType in org.hibernate.dialect
Constructors in org.hibernate.dialect with parameters of type JavaTimeJdbcTypeModifierConstructorDescriptionDB2GetObjectExtractor(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 JavaTimeJdbcTypeModifier and TypeClassDescriptionclassDescriptor for handling Instant directly through the JDBC driverclassDescriptor for handling LocalDate directly through the JDBC driverclassDescriptor for handling LocalDateTime directly through the JDBC driverclassDescriptor for handling LocalTime directly through the JDBC driverclassDescriptor for handling OffsetDateTime directly through the JDBC driverclassDescriptor for handling OffsetTime directly through the JDBC driverclassDescriptor 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 JavaTimeJdbcTypeConstructors in org.hibernate.type.descriptor.jdbc.internal with parameters of type JavaTimeJdbcTypeModifierConstructorDescriptionGetObjectExtractor(JavaType<T> javaType, JavaTimeJdbcType jdbcType, Class<?> baseClass)