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

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class EntityEntry
C#
[SerializableAttribute]
public sealed class EntityEntry
Visual C++
[SerializableAttribute]
public ref class EntityEntry sealed
JavaScript
NHibernate.Impl.EntityEntry = function();

Type.createClass(
	'NHibernate.Impl.EntityEntry');

Inheritance Hierarchy

System..::.Object
  NHibernate.Impl..::.EntityEntry

See Also