Package org.hibernate.type.descriptor
package org.hibernate.type.descriptor
Contracts for reading and writing values to and from JDBC.
Used by implementations of JdbcType
.
- See Also:
-
ClassDescriptionUtilities for dealing with date/times(Badly named) helper for dealing with standard JDBC types as defined by
Types
ValueBinder<X>Contract for binding values to a JDBCPreparedStatement
.Contract for extracting values from a JDBCResultSet
or from output the parameters of aCallableStatement
.Options for binding values to and extracting values from JDBC prepared statements and result sets.