org.hibernate.action
Class CollectionUpdateAction
java.lang.Object
   org.hibernate.action.CollectionAction
org.hibernate.action.CollectionAction
       org.hibernate.action.CollectionUpdateAction
org.hibernate.action.CollectionUpdateAction
- All Implemented Interfaces: 
- Serializable, Comparable, Executable
- public final class CollectionUpdateAction 
- extends CollectionAction
- See Also:
- Serialized Form
 
| Method Summary | 
|  void | execute()Execute this action
 | 
 
| Methods inherited from class org.hibernate.action.CollectionAction | 
| beforeExecutions, compareTo, evict, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getCollection, getKey, getPersister, getPropertySpaces, getSession, toString | 
 
 
CollectionUpdateAction
public CollectionUpdateAction(PersistentCollection collection,
                              CollectionPersister persister,
                              Serializable id,
                              boolean emptySnapshot,
                              SessionImplementor session)
                       throws CacheException
- Throws:
- CacheException
execute
public void execute()
             throws HibernateException
- Description copied from interface: Executable
- Execute this action
 
- 
- Throws:
- HibernateException- Indicates a problem during execution.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.