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