We need an entry to tell us all about the current state of an object with respect to its persistent state

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public sealed class EntityEntry
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class EntityEntry
Visual C++
[SerializableAttribute]
public ref class EntityEntry sealed

Inheritance Hierarchy

System..::..Object
  NHibernate.Engine..::..EntityEntry

See Also