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. -
-
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 classAbstractUserDefinedTypeclassUserDefinedArrayTypeA mapping model object representing a named relational database array type.classUserDefinedObjectTypeA mapping model object representing a relational database UDT.
-