Get the persister of the element class, if this is a collection of entities (optional operation). Note that for a one-to-many association, the returned persister must be OuterJoinLoadable.

Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ElementPersister As IEntityPersister
C#
IEntityPersister ElementPersister { get; }
Visual C++
property IEntityPersister^ ElementPersister {
	IEntityPersister^ get ();
}
JavaScript
function get_elementPersister();

See Also