Package org.hibernate.type.descriptor
Contracts for reading and writing values to and from JDBC.
Used by implementations of JdbcType
.
- See Also:
ValueBinder
,ValueExtractor
-
Interface Summary Interface Description JdbcBindingLogging JdbcExtractingLogging ValueBinder<X> Contract for binding values to a JDBCPreparedStatement
.ValueExtractor<X> Contract for extracting values from a JDBCResultSet
or from output the parameters of aCallableStatement
.WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Class Summary Class Description DateTimeUtils Utilities for dealing with date/timesJdbcTypeNameMapper (Badly named) helper for dealing with standard JDBC types as defined byTypes