Uses of Class
org.hibernate.mapping.Subclass
Packages that use Subclass
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of Subclass in org.hibernate.mapping
Subclasses of Subclass in org.hibernate.mappingModifier and TypeClassDescriptionclass
A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.class
A mapping model object that represents a subclass in a single table inheritance hierarchy.class
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.Methods in org.hibernate.mapping that return types with arguments of type SubclassModifier and TypeMethodDescriptionPersistentClass.getDirectSubclasses()
PersistentClass.getSubclasses()
Get the subclasses in a special 'order', most derived subclasses first.Methods in org.hibernate.mapping with parameters of type SubclassModifier and TypeMethodDescriptionvoid
PersistentClass.addSubclass
(Subclass subclass) void
RootClass.addSubclass
(Subclass subclass)