Name |
Description |
AbstractEntityPersister |
Superclass for built-in mapping strategies. Implements functionalty common to both mapping strategies |
AbstractEntityPersister.FullInclusionChecker |
|
AbstractEntityPersister.GeneratedIdentifierBinder |
|
AbstractEntityPersister.NoneInclusionChecker |
|
AbstractEntityPersister.PropertyKey |
|
JoinedSubclassEntityPersister |
A IEntityPersister implementing the normalized "table-per-subclass" mapping strategy |
SingleTableEntityPersister |
Default implementation of the ClassPersister interface. Implements the "table-per-class hierarchy" mapping strategy for an entity class. |