C# Class NHibernate.Action.CollectionUpdateAction

Inheritance: CollectionAction
Mostra file Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method Description
CollectionUpdateAction ( IPersistentCollection collection, ICollectionPersister persister, object key, bool emptySnapshot, ISessionImplementor session ) : System
Execute ( ) : void

Private Methods

Method Description
PostUpdate ( ) : void
PreUpdate ( ) : void

Method Details

CollectionUpdateAction() public method

public CollectionUpdateAction ( IPersistentCollection collection, ICollectionPersister persister, object key, bool emptySnapshot, ISessionImplementor session ) : System
collection IPersistentCollection
persister ICollectionPersister
key object
emptySnapshot bool
session ISessionImplementor
return System

Execute() public method

public Execute ( ) : void
return void