Coordinates the processing necessary to get things ready for executions
as db calls by preparing the session caches and moving the appropriate
entities and collections to their respective execution queues.
Namespace: NHibernate.Event.DefaultAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected virtual void FlushEverythingToExecutions(
FlushEvent event
) |
Visual Basic |
---|
Protected Overridable Sub FlushEverythingToExecutions ( _
event As FlushEvent _
) |
Visual C++ |
---|
protected:
virtual void FlushEverythingToExecutions(
FlushEvent^ event
) |
See Also