Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » action » [javadoc | source]
org.hibernate.action
public final class: CollectionUpdateAction [javadoc | source]
java.lang.Object
   org.hibernate.action.CollectionAction
      org.hibernate.action.CollectionUpdateAction

All Implemented Interfaces:
    Executable, Serializable, Comparable

Constructor:
 public CollectionUpdateAction(PersistentCollection collection,
    CollectionPersister persister,
    Serializable id,
    boolean emptySnapshot,
    SessionImplementor session) throws CacheException 
Method from org.hibernate.action.CollectionUpdateAction Summary:
execute
Methods from org.hibernate.action.CollectionAction:
afterTransactionCompletion,   beforeExecutions,   compareTo,   evict,   getCollection,   getKey,   getPersister,   getPropertySpaces,   getSession,   hasAfterTransactionCompletion,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.action.CollectionUpdateAction Detail:
 public  void execute() throws HibernateException