Package org.hibernate.type.descriptor.jdbc.internal
-
Interface Summary Interface Description JdbcTypeBaseline.BaselineTarget -
Class Summary Class Description 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.