Uses of Class
org.hibernate.mapping.UserDefinedObjectType
Packages that use UserDefinedObjectType
Package
Description
Some SPIs related to DDL generation and schema management.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of UserDefinedObjectType in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return UserDefinedObjectTypeModifier and TypeMethodDescriptionNamespace.createUserDefinedType
(Identifier logicalTypeName, Function<Identifier, UserDefinedObjectType> creator) Creates a mapping UDT instance.Namespace.locateUserDefinedType
(Identifier logicalTypeName) Returns the object UDT with the specified logical UDT name.Methods in org.hibernate.boot.model.relational with parameters of type UserDefinedObjectTypeModifier and TypeMethodDescriptionColumnOrderingStrategy.orderUserDefinedTypeColumns
(UserDefinedObjectType userDefinedType, Metadata metadata) Orders the columns of the user defined type.ColumnOrderingStrategyLegacy.orderUserDefinedTypeColumns
(UserDefinedObjectType userDefinedType, Metadata metadata) ColumnOrderingStrategyStandard.orderUserDefinedTypeColumns
(UserDefinedObjectType userDefinedType, Metadata metadata) Method parameters in org.hibernate.boot.model.relational with type arguments of type UserDefinedObjectTypeModifier and TypeMethodDescriptionNamespace.createUserDefinedType
(Identifier logicalTypeName, Function<Identifier, UserDefinedObjectType> creator) Creates a mapping UDT instance. -
Uses of UserDefinedObjectType in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type UserDefinedObjectTypeModifier and TypeMethodDescriptionprotected void
StandardUserDefinedTypeExporter.applyComments
(UserDefinedObjectType udt, String formattedTypeName, List<String> sqlStrings) String[]
StandardUserDefinedTypeExporter.getSqlCreateStrings
(UserDefinedObjectType userDefinedType, Metadata metadata, SqlStringGenerationContext context) String[]
StandardUserDefinedTypeExporter.getSqlDropStrings
(UserDefinedObjectType userDefinedType, Metadata metadata, SqlStringGenerationContext context)