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.spi Defines a registry for HibernateTypes. -
-
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 StringDdlType. getCastTypeName(Size columnSize, SqlExpressible type, DdlTypeRegistry ddlTypeRegistry)Return the database type corresponding to the givenSqlExpressiblethat may be used as a target type in casting operations using the SQLCAST()function.default StringDdlType. 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.spi
Methods in org.hibernate.type.spi that return DdlTypeRegistry Modifier and Type Method Description DdlTypeRegistryTypeConfiguration. getDdlTypeRegistry()
-