Uses of Interface
org.hibernate.mapping.UserDefinedType
Packages that use UserDefinedType
Package
Description
Some SPIs related to DDL generation and schema management.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
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 UserDefinedTypeModifier and TypeMethodDescriptionNamespace.getDependencyOrderedUserDefinedTypes()
Namespace.getUserDefinedTypes()
-
Uses of UserDefinedType in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type UserDefinedTypeModifier and TypeMethodDescriptionDialect.getUserDefinedTypeExporter()
DialectDelegateWrapper.getUserDefinedTypeExporter()
OracleDialect.getUserDefinedTypeExporter()
-
Uses of UserDefinedType in org.hibernate.mapping
Classes in org.hibernate.mapping that implement UserDefinedTypeModifier and TypeClassDescriptionclass
class
A mapping model object representing a named relational database array type.class
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 UserDefinedTypeModifier and TypeMethodDescriptionString[]
StandardUserDefinedTypeExporter.getSqlCreateStrings
(UserDefinedType userDefinedType, Metadata metadata, SqlStringGenerationContext context) String[]
StandardUserDefinedTypeExporter.getSqlDropStrings
(UserDefinedType userDefinedType, Metadata metadata, SqlStringGenerationContext context)