Initialize the role of the collection.

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

Syntax

C#
public static void ProcessReachableCollection(
	IPersistentCollection collection,
	CollectionType type,
	Object entity,
	ISessionImplementor session
)
Visual Basic
Public Shared Sub ProcessReachableCollection ( _
	collection As IPersistentCollection, _
	type As CollectionType, _
	entity As Object, _
	session As ISessionImplementor _
)
Visual C++
public:
static void ProcessReachableCollection(
	IPersistentCollection^ collection, 
	CollectionType^ type, 
	Object^ entity, 
	ISessionImplementor^ session
)

Parameters

collection
Type: NHibernate.Collection..::..IPersistentCollection
The collection to be updated by reachibility.
type
Type: NHibernate.Type..::..CollectionType
The type of the collection.
entity
Type: System..::..Object
The owner of the collection.
session
Type: NHibernate.Engine..::..ISessionImplementor
The session.

See Also