Constructs a queue for the given context.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	session As ISessionImplementor _
)
C#
public BatchFetchQueue(
	ISessionImplementor session
)
Visual C++
public:
BatchFetchQueue(
	ISessionImplementor^ session
)
JavaScript
NHibernate.Engine.BatchFetchQueue = function(session);

Parameters

session
Type: NHibernate.Engine..::.ISessionImplementor
The owning persistence context.

See Also