Uses of Class
org.hibernate.mapping.Subclass
-
Packages that use Subclass Package Description org.hibernate.mapping -
-
Uses of Subclass in org.hibernate.mapping
Subclasses of Subclass in org.hibernate.mapping Modifier and Type Class Description classJoinedSubclassA subclass in a table-per-subclass mappingclassSingleTableSubclassclassUnionSubclassA subclass in a table-per-concrete-class mappingMethods 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.Iterator<Subclass>PersistentClass. getSubclassIterator()Deprecated.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)
-