Defines further responsibilities regarding tuplization based on a mapped components.

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

Syntax

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

Remarks

ComponentTuplizer implementations should have the following constructor signature: (org.hibernate.mapping.Component)

See Also