Initializes a new instance of the AbstractCollectionPersister class

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

Syntax

C#
public AbstractCollectionPersister(
	Collection collection,
	ICacheConcurrencyStrategy cache,
	Configuration cfg,
	ISessionFactoryImplementor factory
)
Visual Basic
Public Sub New ( _
	collection As Collection, _
	cache As ICacheConcurrencyStrategy, _
	cfg As Configuration, _
	factory As ISessionFactoryImplementor _
)
Visual C++
public:
AbstractCollectionPersister(
	Collection^ collection, 
	ICacheConcurrencyStrategy^ cache, 
	Configuration^ cfg, 
	ISessionFactoryImplementor^ factory
)

Parameters

collection
Type: NHibernate.Mapping..::..Collection

[Missing <param name="collection"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.#ctor(NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Cfg.Configuration,NHibernate.Engine.ISessionFactoryImplementor)"]

cache
Type: NHibernate.Cache..::..ICacheConcurrencyStrategy

[Missing <param name="cache"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.#ctor(NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Cfg.Configuration,NHibernate.Engine.ISessionFactoryImplementor)"]

cfg
Type: NHibernate.Cfg..::..Configuration

[Missing <param name="cfg"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.#ctor(NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Cfg.Configuration,NHibernate.Engine.ISessionFactoryImplementor)"]

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="factory"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.#ctor(NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Cfg.Configuration,NHibernate.Engine.ISessionFactoryImplementor)"]

See Also