Resolves the identifier to the actual object.

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

Syntax

Visual Basic (Declaration)
Protected Function ResolveIdentifier ( _
	id As Object, _
	session As ISessionImplementor _
) As Object
C#
protected Object ResolveIdentifier(
	Object id,
	ISessionImplementor session
)
Visual C++
protected:
Object^ ResolveIdentifier(
	Object^ id, 
	ISessionImplementor^ session
)
JavaScript
function resolveIdentifier(id, session);

See Also