1. Recreate the collection key -> collection map 2. rebuild the collection entries 3. call Interceptor.postFlush()

Namespace: NHibernate.Event.Default
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual void PostFlush(
	ISessionImplementor session
)
Visual Basic
Protected Overridable Sub PostFlush ( _
	session As ISessionImplementor _
)
Visual C++
protected:
virtual void PostFlush(
	ISessionImplementor^ session
)

Parameters

session
Type: NHibernate.Engine..::..ISessionImplementor

[Missing <param name="session"/> documentation for "M:NHibernate.Event.Default.AbstractFlushingEventListener.PostFlush(NHibernate.Engine.ISessionImplementor)"]

See Also