Package org.hibernate.type.descriptor.jdbc.internal
-
Interface Summary Interface Description JdbcTypeBaseline.BaselineTarget -
Class Summary Class Description AbstractJavaTimeJdbcType<T extends Temporal> DelayedStructJdbcType Descriptor forSTRUCT
handling, which is only a temporary placeholder.GetObjectExtractor<T> Support for extracting values directly through `getObject` JDBC driver calls.JdbcLiteralFormatterArray<T> JdbcLiteralFormatterBinary<T> JdbcLiteralFormatter
implementation for handling binary literalsJdbcLiteralFormatterBoolean<T> JdbcLiteralFormatter
implementation for handling boolean literalsJdbcLiteralFormatterCharacterData<T> JdbcLiteralFormatter
implementation for handling character dataJdbcLiteralFormatterNumericData<T> JdbcLiteralFormatter
implementation for handling numeric dataJdbcLiteralFormatterTemporal<T> JdbcLiteralFormatter
implementation for handling date/time literalsJdbcLiteralFormatterUUIDData<T> JdbcLiteralFormatter
implementation for handling UUID valuesJdbcTypeBaseline Registers the baseJdbcType
instances.SetObjectBinder<T> Support for binding values directly through `setObject` JDBC driver calls.