[Missing <summary> documentation for "M:NHibernate.Persister.PersisterFactory.Create(System.Type,NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Engine.ISessionFactoryImplementor,NHibernate.Cfg.Configuration)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static ICollectionPersister Create( Type persisterClass, Collection model, ICacheConcurrencyStrategy cache, ISessionFactoryImplementor factory, Configuration cfg ) |
Visual Basic |
---|
Public Shared Function Create ( _ persisterClass As Type, _ model As Collection, _ cache As ICacheConcurrencyStrategy, _ factory As ISessionFactoryImplementor, _ cfg As Configuration _ ) As ICollectionPersister |
Visual C++ |
---|
public: static ICollectionPersister^ Create( Type^ persisterClass, Collection^ model, ICacheConcurrencyStrategy^ cache, ISessionFactoryImplementor^ factory, Configuration^ cfg ) |
Parameters
- persisterClass
- Type: System..::..Type
[Missing <param name="persisterClass"/> documentation for "M:NHibernate.Persister.PersisterFactory.Create(System.Type,NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Engine.ISessionFactoryImplementor,NHibernate.Cfg.Configuration)"]
- model
- Type: NHibernate.Mapping..::..Collection
[Missing <param name="model"/> documentation for "M:NHibernate.Persister.PersisterFactory.Create(System.Type,NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Engine.ISessionFactoryImplementor,NHibernate.Cfg.Configuration)"]
- cache
- Type: NHibernate.Cache..::..ICacheConcurrencyStrategy
[Missing <param name="cache"/> documentation for "M:NHibernate.Persister.PersisterFactory.Create(System.Type,NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Engine.ISessionFactoryImplementor,NHibernate.Cfg.Configuration)"]
- factory
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
[Missing <param name="factory"/> documentation for "M:NHibernate.Persister.PersisterFactory.Create(System.Type,NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Engine.ISessionFactoryImplementor,NHibernate.Cfg.Configuration)"]
- cfg
- Type: NHibernate.Cfg..::..Configuration
[Missing <param name="cfg"/> documentation for "M:NHibernate.Persister.PersisterFactory.Create(System.Type,NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Engine.ISessionFactoryImplementor,NHibernate.Cfg.Configuration)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.PersisterFactory.Create(System.Type,NHibernate.Mapping.Collection,NHibernate.Cache.ICacheConcurrencyStrategy,NHibernate.Engine.ISessionFactoryImplementor,NHibernate.Cfg.Configuration)"]