Uses of Interface
org.hibernate.mapping.IdentifiableTypeClass
Packages that use IdentifiableTypeClass
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of IdentifiableTypeClass in org.hibernate.mapping
Classes in org.hibernate.mapping that implement IdentifiableTypeClassModifier and TypeClassDescriptionclassA mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.classA mapping model object representing a mapped superclass of an entity class.classA mapping model object that represents an entity class.classA mapping model object that represents the root class in an entity class inheritance hierarchy.classA mapping model object that represents a subclass in a single table inheritance hierarchy.classA mapping model object that represents a subclass in an entity class inheritance hierarchy.classA mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.Methods in org.hibernate.mapping that return IdentifiableTypeClassModifier and TypeMethodDescriptionIdentifiableTypeClass.getSuperType()MappedSuperclass.getSuperType()PersistentClass.getSuperType()Methods in org.hibernate.mapping that return types with arguments of type IdentifiableTypeClassModifier and TypeMethodDescriptionIdentifiableTypeClass.getSubTypes()MappedSuperclass.getSubTypes()PersistentClass.getSubTypes()