| Package | Description | 
|---|---|
| org.hibernate.cfg | 
 
        This package defines APIs for configuring Hibernate, and classes
        for building the Hibernate configuration-time metamodel. 
 | 
| org.hibernate.mapping | 
 
        This package defines the Hibernate configuration-time metamodel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
HbmBinder.bindSubclass(org.dom4j.Element node,
            Subclass subclass,
            Mappings mappings,
            Map inheritedMetas)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JoinedSubclass
A subclass in a table-per-subclass mapping 
 | 
class  | 
SingleTableSubclass  | 
class  | 
UnionSubclass
A subclass in a table-per-concrete-class mapping 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
PersistentClassVisitor.accept(Subclass subclass)  | 
void | 
PersistentClass.addSubclass(Subclass subclass)  | 
void | 
RootClass.addSubclass(Subclass subclass)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.