Defines further responsibilities regarding tuplization based on a mapped entity.

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

Syntax

C#
public interface IEntityTuplizer : ITuplizer
Visual Basic
Public Interface IEntityTuplizer _
	Inherits ITuplizer
Visual C++
public interface class IEntityTuplizer : ITuplizer

Remarks

EntityTuplizer implementations should have the following constructor signature: (EntityMetamodel, PersistentClass)

See Also