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.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of UserDefinedType in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return UserDefinedType Modifier and Type Method Description UserDefinedType
Namespace. createUserDefinedType(Identifier logicalTypeName, Function<Identifier,UserDefinedType> creator)
Creates a mapping UDT instance.UserDefinedType
Namespace. 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 UserDefinedType
Namespace. 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 boolean
UserDefinedType. equals(UserDefinedType table)
-
Uses of UserDefinedType in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type UserDefinedType Modifier and Type Method Description protected void
StandardUserDefinedTypeExporter. applyComments(UserDefinedType udt, String formattedTypeName, List<String> sqlStrings)
String[]
StandardUserDefinedTypeExporter. getSqlCreateStrings(UserDefinedType userDefinedType, Metadata metadata, SqlStringGenerationContext context)
String[]
StandardUserDefinedTypeExporter. getSqlDropStrings(UserDefinedType table, Metadata metadata, SqlStringGenerationContext context)
-