Namespace:
NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ collection As Collection, _ cache As ICacheConcurrencyStrategy, _ factory As ISessionFactoryImplementor _ ) |
C# |
---|
public AbstractCollectionPersister( Collection collection, ICacheConcurrencyStrategy cache, ISessionFactoryImplementor factory ) |
Visual C++ |
---|
public: AbstractCollectionPersister( Collection^ collection, ICacheConcurrencyStrategy^ cache, ISessionFactoryImplementor^ factory ) |
JavaScript |
---|
NHibernate.Persister.Collection.AbstractCollectionPersister = function(collection, cache, factory); |
Parameters
- collection
- Type: NHibernate.Mapping..::.Collection
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor