Uses of Interface
org.hibernate.mapping.IdentifiableTypeClass
-
Packages that use IdentifiableTypeClass Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of IdentifiableTypeClass in org.hibernate.mapping
Classes in org.hibernate.mapping that implement IdentifiableTypeClass Modifier and Type Class Description classJoinedSubclassA mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.classMappedSuperclassA mapping model object representing a mapped superclass of an entity class.classPersistentClassA mapping model object that represents an entity class.classRootClassA mapping model object that represents the root class in an entity class inheritance hierarchy.classSingleTableSubclassA mapping model object that represents a subclass in a single table inheritance hierarchy.classSubclassA mapping model object that represents a subclass in an entity class inheritance hierarchy.classUnionSubclassA mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.Methods in org.hibernate.mapping that return IdentifiableTypeClass Modifier and Type Method Description IdentifiableTypeClassIdentifiableTypeClass. getSuperType()IdentifiableTypeClassMappedSuperclass. getSuperType()IdentifiableTypeClassPersistentClass. getSuperType()Methods in org.hibernate.mapping that return types with arguments of type IdentifiableTypeClass Modifier and Type Method Description List<IdentifiableTypeClass>IdentifiableTypeClass. getSubTypes()List<IdentifiableTypeClass>MappedSuperclass. getSubTypes()List<IdentifiableTypeClass>PersistentClass. getSubTypes()
-