JavaScript is disabled on your browser.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 8.1.1.GA + JBoss EAP XP 6.0.0.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
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.internal
Includes several general-purpose implementations of
DdlType
.
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.