Uses of Interface
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 types with arguments of type UserDefinedType Modifier and Type Method Description List<UserDefinedType>
Namespace. getDependencyOrderedUserDefinedTypes()
Collection<UserDefinedType>
Namespace. getUserDefinedTypes()
-
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()
Exporter<UserDefinedType>
OracleDialect. getUserDefinedTypeExporter()
-
Uses of UserDefinedType in org.hibernate.mapping
Classes in org.hibernate.mapping that implement UserDefinedType Modifier and Type Class Description class
AbstractUserDefinedType
class
UserDefinedArrayType
A mapping model object representing a named relational database array type.class
UserDefinedObjectType
A mapping model object representing a relational database UDT. -
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 String[]
StandardUserDefinedTypeExporter. getSqlCreateStrings(UserDefinedType userDefinedType, Metadata metadata, SqlStringGenerationContext context)
String[]
StandardUserDefinedTypeExporter. getSqlDropStrings(UserDefinedType userDefinedType, Metadata metadata, SqlStringGenerationContext context)
-