当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
EntityUpdateAction (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.action
Class EntityUpdateAction
java.lang.Object
org.hibernate.action.EntityAction
org.hibernate.action.EntityUpdateAction
- All Implemented Interfaces:
- Comparable, Executable, Serializable
- public final class EntityUpdateAction
- extends EntityAction
- See Also:
- Serialized Form
Constructor Summary |
EntityUpdateAction(Serializable id,
Object[] state,
int[] dirtyProperties,
boolean hasDirtyCollection,
Object[] previousState,
Object previousVersion,
Object nextVersion,
Object instance,
Object rowId,
EntityPersister persister,
SessionImplementor session)
|
EntityUpdateAction
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
execute
public void execute()
throws HibernateException
- Description copied from interface:
Executable
- Execute this action
- Throws:
HibernateException
afterTransactionCompletion
public void afterTransactionCompletion(boolean success)
throws CacheException
- Description copied from interface:
Executable
- Called after the transaction completes
- Throws:
CacheException
hasPostCommitEventListeners
protected boolean hasPostCommitEventListeners()
- Specified by:
hasPostCommitEventListeners
in class EntityAction