[Missing <summary> documentation for "N:NHibernate.Tuple"]
Classes
Class | Description | |
---|---|---|
DynamicMapInstantiator | ||
EntityModeToTuplizerMapping | Centralizes handling of EntityMode to ITuplizer mappings. | |
IdentifierProperty |
Represents a defined entity identifier property within the Hibernate
runtime-metamodel.
| |
PocoInstantiator | Defines a POCO-based instantiator for use from the tuplizers. | |
Property |
Defines the basic contract of a Property within the runtime metamodel.
| |
PropertyFactory |
Responsible for generation of runtime metamodel Property representations.
Makes distinction between identifier, version, and other (standard) properties.
| |
StandardProperty |
Represents a basic property within the Hibernate runtime-metamodel.
| |
VersionProperty |
Represents a version property within the Hibernate runtime-metamodel.
|
Interfaces
Interface | Description | |
---|---|---|
IInstantiator | Contract for implementors responsible for instantiating entity/component instances. | |
ITuplizer |
A tuplizer defines the contract for things which know how to manage
a particular representation of a piece of data, given that
representation's EntityMode (the entity-mode
essentially defining which representation).
|