After processing a JDBC result set, we "resolve" all the associations
between the entities which were instantiated and had their state
"hydrated" into an array
Namespace:
NHibernate.ImplAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub InitializeEntity ( _ obj As Object _ ) |
C# |
---|
public void InitializeEntity( Object obj ) |
Visual C++ |
---|
public: virtual void InitializeEntity( Object^ obj ) sealed |
JavaScript |
---|
function initializeEntity(obj); |
Parameters
- obj
- Type: System..::.Object