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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	collection As Collection, _
	cache As ICacheConcurrencyStrategy, _
	factory As ISessionFactoryImplementor _
)
C#
public BasicCollectionPersister(
	Collection collection,
	ICacheConcurrencyStrategy cache,
	ISessionFactoryImplementor factory
)
Visual C++
public:
BasicCollectionPersister(
	Collection^ collection, 
	ICacheConcurrencyStrategy^ cache, 
	ISessionFactoryImplementor^ factory
)
JavaScript
NHibernate.Persister.Collection.BasicCollectionPersister = function(collection, cache, factory);

See Also