Package org.hibernate.type.descriptor
-
Interface Summary Interface Description JdbcBindingLogging JdbcExtractingLogging 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. -
Class Summary Class Description DateTimeUtils Utilities for dealing with date/timesJdbcTypeNameMapper (Badly named) helper for dealing with standard JDBC types as defined byTypes