org.hibernate.action
Class EntityInsertAction
java.lang.Object
org.hibernate.action.EntityAction
org.hibernate.action.EntityInsertAction
- All Implemented Interfaces:
- Comparable, Executable, Serializable
- public final class EntityInsertAction
- extends EntityAction
- See Also:
- Serialized Form
EntityInsertAction
public EntityInsertAction(Serializable id,
Object[] state,
Object instance,
Object version,
EntityPersister persister,
SessionImplementor session)
throws HibernateException
getState
public Object[] getState()
execute
public void execute()
throws HibernateException
- Description copied from interface:
Executable
- Execute this action
- Throws:
HibernateException
afterTransactionCompletion
public void afterTransactionCompletion(boolean success)
throws HibernateException
- Description copied from interface:
Executable
- Called after the transaction completes
- Throws:
HibernateException
hasPostCommitEventListeners
protected boolean hasPostCommitEventListeners()
- Specified by:
hasPostCommitEventListeners
in class EntityAction