JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.type.descriptor.sql
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.hibernate.type.descriptor.sql
package
org.hibernate.type.descriptor.sql
An API for working with abstract families of DDL types parameterized by varying length, precision, and scale.
See Also:
DdlType
Related Packages
Package
Description
org.hibernate.type.descriptor
Contracts for reading and writing values to and from JDBC.
org.hibernate.type.descriptor.sql.spi
Defines a registry for
DdlType
s.
org.hibernate.type.descriptor.java
Integrates a range of types defined by the JDK with the type system of Hibernate.
org.hibernate.type.descriptor.jdbc
Defines handling of almost the full range of standard JDBC-defined
SQL data types
.
Interfaces
Class
Description
DdlType
Descriptor for a DDL column type.