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. -
-
Uses of UserDefinedObjectType in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return UserDefinedObjectType Modifier and Type Method Description UserDefinedObjectTypeNamespace. createUserDefinedType(Identifier logicalTypeName, Function<Identifier,UserDefinedObjectType> creator)Creates a mapping UDT instance.UserDefinedObjectTypeNamespace. 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 UserDefinedObjectTypeNamespace. createUserDefinedType(Identifier logicalTypeName, Function<Identifier,UserDefinedObjectType> creator)Creates a mapping UDT instance.
-