Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » action » [javadoc | source]
org.hibernate.action
public final class: EntityUpdateAction [javadoc | source]
java.lang.Object
   org.hibernate.action.EntityAction
      org.hibernate.action.EntityUpdateAction

All Implemented Interfaces:
    Executable, Serializable, Comparable

Constructor:
 public EntityUpdateAction(Serializable id,
    Object[] state,
    int[] dirtyProperties,
    boolean hasDirtyCollection,
    Object[] previousState,
    Object previousVersion,
    Object nextVersion,
    Object instance,
    Object rowId,
    EntityPersister persister,
    SessionImplementor session) throws HibernateException 
Method from org.hibernate.action.EntityUpdateAction Summary:
afterTransactionCompletion,   execute,   hasPostCommitEventListeners
Methods from org.hibernate.action.EntityAction:
beforeExecutions,   compareTo,   getEntityName,   getId,   getInstance,   getPersister,   getPropertySpaces,   getSession,   hasAfterTransactionCompletion,   hasPostCommitEventListeners,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.action.EntityUpdateAction Detail:
 public  void afterTransactionCompletion(boolean success) throws CacheException 
 public  void execute() throws HibernateException 
 protected boolean hasPostCommitEventListeners()