Gets or sets the IEntityPersister that is responsible for this Entity.

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property Persister As IEntityPersister
C#
public IEntityPersister Persister { get; set; }
Visual C++
public:
property IEntityPersister^ Persister {
	IEntityPersister^ get ();
	void set (IEntityPersister^ value);
}
JavaScript
function get_persister();
function set_persister(value);

Field Value

The IEntityPersister that is reponsible for this Entity.

See Also