Concrete IEntityPersisters implement mapping and persistence logic for a particular class.
Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IEntityPersister |
| C# |
|---|
public interface IEntityPersister |
| Visual C++ |
|---|
public interface class IEntityPersister |
Remarks
Implementors must be threadsafe (preferrably immutable) and must provide a constructor of type
(PersistentClass, SessionFactoryImplementor)