Uses of Class
org.hibernate.mapping.AbstractUserDefinedType
-
Packages that use AbstractUserDefinedType Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of AbstractUserDefinedType in org.hibernate.mapping
Subclasses of AbstractUserDefinedType in org.hibernate.mapping Modifier and Type Class Description class
UserDefinedArrayType
A mapping model object representing a named relational database array type.class
UserDefinedObjectType
A mapping model object representing a relational database UDT.Methods in org.hibernate.mapping with parameters of type AbstractUserDefinedType Modifier and Type Method Description boolean
AbstractUserDefinedType. equals(AbstractUserDefinedType table)
-