Uses of Interface
org.hibernate.type.descriptor.sql.DdlType
-
Packages that use DdlType Package Description org.hibernate.type.descriptor.sql.spi -
-
Uses of DdlType in org.hibernate.type.descriptor.sql.spi
Methods in org.hibernate.type.descriptor.sql.spi that return DdlType Modifier and Type Method Description DdlTypeDdlTypeRegistry. getDescriptor(int sqlTypeCode)Returns the registeredDdlTypefor the given SQL type code.Methods in org.hibernate.type.descriptor.sql.spi with parameters of type DdlType Modifier and Type Method Description voidDdlTypeRegistry. addDescriptor(int sqlTypeCode, DdlType ddlType)voidDdlTypeRegistry. addDescriptor(DdlType ddlType)voidDdlTypeRegistry. addDescriptorIfAbsent(int sqlTypeCode, DdlType ddlType)voidDdlTypeRegistry. addDescriptorIfAbsent(DdlType ddlType)
-