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 classInstantJdbcTypeDescriptor for handling Instant directly through the JDBC driverclassLocalDateJdbcTypeDescriptor for handling LocalDate directly through the JDBC driverclassLocalDateTimeJdbcTypeDescriptor for handling LocalDateTime directly through the JDBC driverclassLocalTimeJdbcTypeDescriptor for handling LocalTime directly through the JDBC driverclassOffsetDateTimeJdbcTypeDescriptor for handling OffsetDateTime directly through the JDBC driverclassOffsetTimeJdbcTypeDescriptor for handling OffsetTime directly through the JDBC driverclassZonedDateTimeJdbcTypeDescriptor 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw JavaTimeJdbcType Modifier and Type Class Description classorg.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<T extends Temporal>
-