Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.action.EntityAction
org.hibernate.action.EntityInsertAction
public final class EntityInsertAction
extends EntityAction
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
Object[] |
|
protected boolean |
Methods inherited from class org.hibernate.action.EntityAction | |
beforeExecutions , compareTo , getEntityName , getId , getInstance , getPersister , getPropertySpaces , getSession , hasAfterTransactionCompletion , hasPostCommitEventListeners , toString |
public EntityInsertAction(Serializable id, Object[] state, Object instance, Object version, EntityPersister persister, SessionImplementor session) throws HibernateException
public void afterTransactionCompletion(boolean success) throws HibernateException
- Specified by:
- afterTransactionCompletion in interface Executable
public Object[] getState()
protected boolean hasPostCommitEventListeners()
- Overrides:
- hasPostCommitEventListeners in interface EntityAction