Uses of Class
org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Packages that use DdlTypeRegistry 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. -
-
Uses of DdlTypeRegistry in org.hibernate.type.descriptor.sql
Methods in org.hibernate.type.descriptor.sql with parameters of type DdlTypeRegistry Modifier and Type Method Description default String
DdlType. getCastTypeName(Size columnSize, SqlExpressible type, DdlTypeRegistry ddlTypeRegistry)
Return the database type corresponding to the givenSqlExpressible
that may be used as a target type in casting operations using the SQLCAST()
function.default String
DdlType. getTypeName(Size columnSize, Type type, DdlTypeRegistry ddlTypeRegistry)
Return a type with length, precision, and scale specified by the given size object. -
Uses of DdlTypeRegistry in org.hibernate.type.descriptor.sql.internal
Methods in org.hibernate.type.descriptor.sql.internal with parameters of type DdlTypeRegistry Modifier and Type Method Description String
ArrayDdlTypeImpl. getCastTypeName(Size columnSize, SqlExpressible type, DdlTypeRegistry ddlTypeRegistry)
String
ArrayDdlTypeImpl. getTypeName(Size columnSize, Type type, DdlTypeRegistry ddlTypeRegistry)
String
NamedNativeEnumDdlTypeImpl. getTypeName(Size columnSize, Type type, DdlTypeRegistry ddlTypeRegistry)
String
NamedNativeOrdinalEnumDdlTypeImpl. getTypeName(Size columnSize, Type type, DdlTypeRegistry ddlTypeRegistry)
String
NativeEnumDdlTypeImpl. getTypeName(Size columnSize, Type type, DdlTypeRegistry ddlTypeRegistry)
String
NativeOrdinalEnumDdlTypeImpl. getTypeName(Size columnSize, Type type, DdlTypeRegistry ddlTypeRegistry)
-
Uses of DdlTypeRegistry in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return DdlTypeRegistry Modifier and Type Method Description DdlTypeRegistry
TypeConfiguration. getDdlTypeRegistry()
-