Uses of Interface
org.hibernate.type.descriptor.sql.DdlType
-
Packages that use DdlType Package Description org.hibernate.type.descriptor.sql.internal Includes several general-purpose implementations ofDdlType.org.hibernate.type.descriptor.sql.spi Defines a registry forDdlTypes. -
-
Uses of DdlType in org.hibernate.type.descriptor.sql.internal
Classes in org.hibernate.type.descriptor.sql.internal that implement DdlType Modifier and Type Class Description classArrayDdlTypeImplclassBinaryFloatDdlTypeclassCapacityDependentDdlTypeDescriptor for a SQL type.classDdlTypeImplDescriptor for a SQL type.classNamedNativeEnumDdlTypeImplclassNamedNativeOrdinalEnumDdlTypeImplclassNativeEnumDdlTypeImplclassNativeOrdinalEnumDdlTypeImplclassScale6IntervalSecondDdlType -
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)Add a mapping from the given type code to the givenDdlType.voidDdlTypeRegistry. addDescriptor(DdlType ddlType)voidDdlTypeRegistry. addDescriptorIfAbsent(int sqlTypeCode, DdlType ddlType)Add a mapping from the given type code to the givenDdlType, if there is no mapping already present for the given type code.voidDdlTypeRegistry. addDescriptorIfAbsent(DdlType ddlType)
-