When an entity is passed to replicate(), and there is an existing row, 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. execute a collection removal (SQL DELETE) for each null collection property or "new" collection
Namespace: NHibernate.Event.DefaultAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class OnReplicateVisitor : ReattachVisitor |
Visual Basic |
---|
Public Class OnReplicateVisitor _ Inherits ReattachVisitor |
Visual C++ |
---|
public ref class OnReplicateVisitor : public ReattachVisitor |
Inheritance Hierarchy
System..::..Object
NHibernate.Event.Default..::..AbstractVisitor
NHibernate.Event.Default..::..ProxyVisitor
NHibernate.Event.Default..::..ReattachVisitor
NHibernate.Event.Default..::..OnReplicateVisitor
NHibernate.Event.Default..::..AbstractVisitor
NHibernate.Event.Default..::..ProxyVisitor
NHibernate.Event.Default..::..ReattachVisitor
NHibernate.Event.Default..::..OnReplicateVisitor