When a transient entity is passed to lock(), we must inspect all its collections and 1. associate any uninitialized PersistentCollections with this session 2. associate any initialized PersistentCollections with this session, using the existing snapshot 3. throw an exception for each "new" collection

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

Syntax

C#
public class OnLockVisitor : ReattachVisitor
Visual Basic
Public Class OnLockVisitor _
	Inherits ReattachVisitor
Visual C++
public ref class OnLockVisitor : public ReattachVisitor

Inheritance Hierarchy

See Also