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

All Implemented Interfaces:
    Executable, Serializable, Comparable

Constructor:
 public EntityIdentityInsertAction(Object[] state,
    Object instance,
    EntityPersister persister,
    SessionImplementor session,
    boolean isDelayed) throws HibernateException 
Method from org.hibernate.action.EntityIdentityInsertAction Summary:
afterTransactionCompletion,   execute,   getDelayedEntityKey,   getGeneratedId,   hasAfterTransactionCompletion,   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.EntityIdentityInsertAction Detail:
 public  void afterTransactionCompletion(boolean success) throws HibernateException 
 public  void execute() throws HibernateException 
 public EntityKey getDelayedEntityKey() 
 public final Serializable getGeneratedId() 
 public boolean hasAfterTransactionCompletion() 
 protected boolean hasPostCommitEventListeners()