Uses of Interface
org.hibernate.type.descriptor.sql.DdlType
Packages that use DdlType
Package
Description
Includes several general-purpose implementations of
DdlType.Defines a registry for
DdlTypes.-
Uses of DdlType in org.hibernate.type.descriptor.sql.internal
Classes in org.hibernate.type.descriptor.sql.internal that implement DdlTypeModifier and TypeClassDescriptionclassclassclassDescriptor for a SQL type.classDescriptor for a SQL type.classclassclassclassclass -
Uses of DdlType in org.hibernate.type.descriptor.sql.spi
Methods in org.hibernate.type.descriptor.sql.spi that return DdlTypeModifier and TypeMethodDescriptionDdlTypeRegistry.getDescriptor(int sqlTypeCode) Returns the registeredDdlTypefor the given SQL type code.Methods in org.hibernate.type.descriptor.sql.spi with parameters of type DdlTypeModifier and TypeMethodDescriptionvoidDdlTypeRegistry.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)