Handles mapping EntityModes to IEntityTuplizers.

Namespace: NHibernate.Tuple.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class EntityEntityModeToTuplizerMapping : EntityModeToTuplizerMapping
Visual Basic
<SerializableAttribute> _
Public Class EntityEntityModeToTuplizerMapping _
	Inherits EntityModeToTuplizerMapping
Visual C++
[SerializableAttribute]
public ref class EntityEntityModeToTuplizerMapping : public EntityModeToTuplizerMapping

Remarks

Most of the handling is really in the super class; here we just create the tuplizers and add them to the superclass

Inheritance Hierarchy

System..::..Object
  NHibernate.Tuple..::..EntityModeToTuplizerMapping
    NHibernate.Tuple.Entity..::..EntityEntityModeToTuplizerMapping

See Also