Package org.hibernate.type.descriptor.jdbc.spi
-
Class Summary Class Description AbstractJdbcLiteralFormatter<T> AbstractJdbcLiteralFormatter
implementation managing theJavaType
BasicJdbcLiteralFormatter<T> Support forJdbcLiteralFormatter
implementations with a basic implementation of anBasicJdbcLiteralFormatter.unwrap(java.lang.Object, java.lang.Class<X>, org.hibernate.type.descriptor.WrapperOptions)
methodJdbcTypeRegistry A registry mappingJDBC type codes
to implementations of theJdbcType
interface.