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 class
JoinedSubclass
A subclass in a table-per-subclass mappingclass
SingleTableSubclass
class
UnionSubclass
A 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 Object
PersistentClassVisitor. accept(Subclass subclass)
void
PersistentClass. addSubclass(Subclass subclass)
void
RootClass. addSubclass(Subclass subclass)
-