Summary description for OneToManyPersister.

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

Syntax

Visual Basic (Declaration)
Public Class OneToManyPersister _
	Inherits AbstractCollectionPersister
C#
public class OneToManyPersister : AbstractCollectionPersister
Visual C++
public ref class OneToManyPersister : public AbstractCollectionPersister
JavaScript
NHibernate.Persister.Collection.OneToManyPersister = function();

Type.createClass(
	'NHibernate.Persister.Collection.OneToManyPersister',
	NHibernate.Persister.Collection.AbstractCollectionPersister);

Inheritance Hierarchy

System..::.Object
  NHibernate.Persister.Collection..::.AbstractCollectionPersister
    NHibernate.Persister.Collection..::.OneToManyPersister

See Also