This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
Strategies for persisting entities implement the
EntityPersister interface. Optionally,
they may implement certain additional interfaces
that define contracts with various loaders.
Concrete implementations in this package define
the built-in inheritance mapping strategies.
The default implementation of the EntityPersister interface.
Implements the "table-per-class-hierarchy" or "roll-up" mapping strategy
for an entity class and its inheritence hierarchy.