Uses of Class
org.hibernate.mapping.UserDefinedType
-
Packages that use UserDefinedType Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of UserDefinedType in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return UserDefinedType Modifier and Type Method Description UserDefinedTypeNamespace. createUserDefinedType(Identifier logicalTypeName, Function<Identifier,UserDefinedType> creator)Creates a mapping UDT instance.UserDefinedTypeNamespace. locateUserDefinedType(Identifier logicalTypeName)Returns the UDT with the specified logical UDT name.Methods in org.hibernate.boot.model.relational that return types with arguments of type UserDefinedType Modifier and Type Method Description List<UserDefinedType>Namespace. getDependencyOrderedUserDefinedTypes()Collection<UserDefinedType>Namespace. getUserDefinedTypes()Methods in org.hibernate.boot.model.relational with parameters of type UserDefinedType Modifier and Type Method Description List<Column>ColumnOrderingStrategy. orderUserDefinedTypeColumns(UserDefinedType userDefinedType, Metadata metadata)Orders the columns of the user defined type.List<Column>ColumnOrderingStrategyLegacy. orderUserDefinedTypeColumns(UserDefinedType userDefinedType, Metadata metadata)List<Column>ColumnOrderingStrategyStandard. orderUserDefinedTypeColumns(UserDefinedType userDefinedType, Metadata metadata)Method parameters in org.hibernate.boot.model.relational with type arguments of type UserDefinedType Modifier and Type Method Description UserDefinedTypeNamespace. createUserDefinedType(Identifier logicalTypeName, Function<Identifier,UserDefinedType> creator)Creates a mapping UDT instance. -
Uses of UserDefinedType in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type UserDefinedType Modifier and Type Method Description Exporter<UserDefinedType>Dialect. getUserDefinedTypeExporter()Exporter<UserDefinedType>DialectDelegateWrapper. getUserDefinedTypeExporter() -
Uses of UserDefinedType in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type UserDefinedType Modifier and Type Method Description booleanUserDefinedType. equals(UserDefinedType table)
-