[Missing <summary> documentation for "N:NHibernate.Tuple.Component"]
Classes
| Class | Description | |
|---|---|---|
| AbstractComponentTuplizer | Support for tuplizers relating to components. | |
| ComponentEntityModeToTuplizerMapping |
Handles mapping EntityModes to ComponentTuplizers.
Most of the handling is really in the super class; here we just create
the tuplizers and add them to the superclass
| |
| ComponentMetamodel | Centralizes metamodel information about a component. | |
| DynamicMapComponentTuplizer |
A IComponentTuplizer specific to the dynamic-map entity mode.
| |
| PocoComponentTuplizer |
A IComponentTuplizer specific to the POCO entity mode.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IComponentTuplizer |
Defines further responsibilities regarding tuplization based on
a mapped components.
|