Updates the CollectionEntry to reflect that the IPersistentCollection has been initialized.

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

Syntax

C#
public void PostInitialize(
	IPersistentCollection collection
)
Visual Basic
Public Sub PostInitialize ( _
	collection As IPersistentCollection _
)
Visual C++
public:
void PostInitialize(
	IPersistentCollection^ collection
)

Parameters

collection
Type: NHibernate.Collection..::..IPersistentCollection
The initialized AbstractPersistentCollection that this Entry is for.

See Also