Uses of Package
org.hibernate.type.descriptor.sql.spi
-
Packages that use org.hibernate.type.descriptor.sql.spi Package Description org.hibernate.type.descriptor.sql An API for working with abstract families of DDL types parameterized by varying length, precision, and scale.org.hibernate.type.descriptor.sql.internal Includes several general-purpose implementations ofDdlType
.org.hibernate.type.spi Defines a registry for HibernateType
s. -
Classes in org.hibernate.type.descriptor.sql.spi used by org.hibernate.type.descriptor.sql Class Description DdlTypeRegistry A registry mappingJDBC type codes
to instances of theDdlType
interface. -
Classes in org.hibernate.type.descriptor.sql.spi used by org.hibernate.type.descriptor.sql.internal Class Description DdlTypeRegistry A registry mappingJDBC type codes
to instances of theDdlType
interface. -
Classes in org.hibernate.type.descriptor.sql.spi used by org.hibernate.type.spi Class Description DdlTypeRegistry A registry mappingJDBC type codes
to instances of theDdlType
interface.