Retrieve the EntityEntry representation of the given entity.

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

Syntax

C#
public EntityEntry GetEntry(
	Object entity
)
Visual Basic
Public Function GetEntry ( _
	entity As Object _
) As EntityEntry
Visual C++
public:
virtual EntityEntry^ GetEntry(
	Object^ entity
) sealed

Parameters

entity
Type: System..::..Object
The entity for which to locate the EntityEntry.

Return Value

The EntityEntry for the given entity.

Implements

IPersistenceContext..::..GetEntry(Object)

See Also