[Missing <summary> documentation for "N:NHibernate.Persister.Entity"]
Classes
Class | Description | |
---|---|---|
![]() | AbstractEntityPersister |
Superclass for built-in mapping strategies. Implements functionalty common to both mapping
strategies
|
![]() | AbstractPropertyMapping |
Base implementation of a PropertyMapping.
|
![]() | BasicEntityPropertyMapping | |
![]() | JoinedSubclassEntityPersister |
A IEntityPersister implementing the normalized "table-per-subclass" mapping strategy
|
![]() | NamedQueryLoader |
Not really a Loader, just a wrapper around a named query.
|
![]() | SingleTableEntityPersister |
Default implementation of the ClassPersister interface. Implements the
"table-per-class hierarchy" mapping strategy for an entity class.
|
![]() | UnionSubclassEntityPersister |
Structures
Structure | Description | |
---|---|---|
![]() | EntityPersister | |
![]() | Loadable |
Interfaces
Interface | Description | |
---|---|---|
![]() | AbstractEntityPersister..::..IInclusionChecker | |
![]() | IEntityPersister |
Concrete IEntityPersisters implement mapping and persistence logic for a particular class.
|
![]() | IJoinable |
Anything that can be loaded by outer join - namely persisters for classes or collections.
|
![]() | ILoadable |
Implemented by ClassPersister that uses Loader. There are several optional
operations used only by loaders that inherit OuterJoinLoader |
![]() | ILockable |
Contract for things that can be locked via a ILockingStrategy.
|
![]() | IOuterJoinLoadable |
A ClassPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
![]() | IPropertyMapping |
Abstraction of all mappings that define properties: entities, collection elements.
|
![]() | IQueryable |
Extends the generic ILoadable contract to add operations required by HQL
|
![]() | ISqlLoadable |
A class persister that supports queries expressed in the platform native SQL dialect.
|
![]() | IUniqueKeyLoadable |
Describes a class that may be loaded via a unique key.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | Declarer |