Uses of Class
org.hibernate.mapping.UserDefinedObjectType
-
Packages that use UserDefinedObjectType Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.tool.schema.internal 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 UserDefinedObjectType Modifier and Type Method Description UserDefinedObjectType
Namespace. createUserDefinedType(Identifier logicalTypeName, Function<Identifier,UserDefinedObjectType> creator)
Creates a mapping UDT instance.UserDefinedObjectType
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 UserDefinedObjectType Modifier and Type Method Description List<Column>
ColumnOrderingStrategy. orderUserDefinedTypeColumns(UserDefinedObjectType userDefinedType, Metadata metadata)
Orders the columns of the user defined type.List<Column>
ColumnOrderingStrategyLegacy. orderUserDefinedTypeColumns(UserDefinedObjectType userDefinedType, Metadata metadata)
List<Column>
ColumnOrderingStrategyStandard. orderUserDefinedTypeColumns(UserDefinedObjectType userDefinedType, Metadata metadata)
Method parameters in org.hibernate.boot.model.relational with type arguments of type UserDefinedObjectType Modifier and Type Method Description UserDefinedObjectType
Namespace. 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 UserDefinedObjectType Modifier and Type Method Description protected 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)
-