Build an appropriate Instantiator for the given mapped entity.

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

Syntax

C#
protected abstract IInstantiator BuildInstantiator(
	PersistentClass mappingInfo
)
Visual Basic
Protected MustOverride Function BuildInstantiator ( _
	mappingInfo As PersistentClass _
) As IInstantiator
Visual C++
protected:
virtual IInstantiator^ BuildInstantiator(
	PersistentClass^ mappingInfo
) abstract

Parameters

mappingInfo
Type: NHibernate.Mapping..::..PersistentClass
The mapping information regarding the mapped entity.

Return Value

An appropriate Instantiator instance.

See Also