public final class

CollectionUpdateAction

extends CollectionAction
java.lang.Object
   ↳ org.hibernate.action.CollectionAction
     ↳ org.hibernate.action.CollectionUpdateAction

Summary

Public Constructors
CollectionUpdateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, boolean emptySnapshot, SessionImplementor session)
Public Methods
void execute()
[Expand]
Inherited Methods
From class org.hibernate.action.CollectionAction
From class java.lang.Object
From interface java.lang.Comparable
From interface org.hibernate.action.Executable

Public Constructors

public CollectionUpdateAction (PersistentCollection collection, CollectionPersister persister, Serializable id, boolean emptySnapshot, SessionImplementor session)

Public Methods

public void execute ()