new in h2.1 and no javadoc

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

Syntax

Visual Basic (Declaration)
Sub EndLoadingCollections ( _
	persister As ICollectionPersister, _
	resultSetId As Object _
)
C#
void EndLoadingCollections(
	ICollectionPersister persister,
	Object resultSetId
)
Visual C++
void EndLoadingCollections(
	ICollectionPersister^ persister, 
	Object^ resultSetId
)
JavaScript
function endLoadingCollections(persister, resultSetId);

See Also