Package org.hibernate.type.descriptor
-
Interface Summary Interface Description ValueBinder<X> Contract for binding values to aPreparedStatement
.ValueExtractor<X> Contract for extracting value via JDBC (fromResultSet
or as output param fromCallableStatement
).WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.WrapperOptionsContext Deprecated. (since 5.2) Just directly implement WrapperOptions -
Class Summary Class Description JdbcTypeNameMapper (Badly named) helper for dealing with standard JDBC types as defined byTypes