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