当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
CollectionUpdateAction (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.action
Class CollectionUpdateAction
java.lang.Object
org.hibernate.action.CollectionAction
org.hibernate.action.CollectionUpdateAction
- All Implemented Interfaces:
- Comparable, Executable, Serializable
- public final class CollectionUpdateAction
- extends CollectionAction
- See Also:
- Serialized Form
Method Summary |
void |
execute()
Execute this action |
Methods inherited from class org.hibernate.action.CollectionAction |
afterTransactionCompletion, beforeExecutions, compareTo, evict, getCollection, getKey, getPersister, getPropertySpaces, getSession, hasAfterTransactionCompletion, toString |
CollectionUpdateAction
public CollectionUpdateAction(PersistentCollection collection,
CollectionPersister persister,
Serializable id,
boolean emptySnapshot,
SessionImplementor session)
throws CacheException
execute
public void execute()
throws HibernateException
- Description copied from interface:
Executable
- Execute this action
- Throws:
HibernateException