Uses of Class
org.hibernate.mapping.Subclass
-
Packages that use Subclass Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of Subclass in org.hibernate.mapping
Subclasses of Subclass in org.hibernate.mapping Modifier and Type Class Description classJoinedSubclassA mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.classSingleTableSubclassA mapping model object that represents a subclass in a single table 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 types with arguments of type Subclass Modifier and Type Method Description List<Subclass>PersistentClass. getDirectSubclasses()List<Subclass>PersistentClass. getSubclasses()Get the subclasses in a special 'order', most derived subclasses first.Methods in org.hibernate.mapping with parameters of type Subclass Modifier and Type Method Description ObjectPersistentClassVisitor. accept(Subclass subclass)voidPersistentClass. addSubclass(Subclass subclass)voidRootClass. addSubclass(Subclass subclass)
-