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

All Implemented Interfaces:
    Executable, Serializable, Comparable

Direct Known Subclasses:
    CollectionRemoveAction, CollectionRecreateAction, CollectionUpdateAction

Any action relating to insert/update/delete of a collection
Constructor:
 public CollectionAction(CollectionPersister persister,
    PersistentCollection collection,
    Serializable key,
    SessionImplementor session) throws CacheException 
Method from org.hibernate.action.CollectionAction Summary:
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.CollectionAction Detail:
 public  void afterTransactionCompletion(boolean success) throws CacheException 
 public final  void beforeExecutions() throws CacheException 
 public int compareTo(Object other) 
 protected final  void evict() throws CacheException 
 protected PersistentCollection getCollection() 
 protected final Serializable getKey() 
 protected final CollectionPersister getPersister() 
 public Serializable[] getPropertySpaces() 
 protected final SessionImplementor getSession() 
 public boolean hasAfterTransactionCompletion() 
 public String toString()