Package org.hibernate.type.descriptor
Contracts for reading and writing values to and from JDBC.
Used by implementations ofJdbcType.
- 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 JDBCResultSetor from output the parameters of aCallableStatement.WrapperOptions Options forbinding values to andextracting 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