类 CollectionUpdateAction
- java.lang.Object
-
- org.hibernate.action.internal.CollectionAction
-
- org.hibernate.action.internal.CollectionUpdateAction
-
- 所有已实现的接口:
Serializable,Comparable,Executable
public final class CollectionUpdateAction extends CollectionAction
The action for updating a collection- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CollectionUpdateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, boolean emptySnapshot, SharedSessionContractImplementor session)Constructs a CollectionUpdateAction
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidexecute()Execute this action.-
从类继承的方法 org.hibernate.action.internal.CollectionAction
afterDeserialize, beforeExecutions, compareTo, eventSource, evict, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getCollection, getKey, getPersister, getPropertySpaces, getSession, listenerGroup, toString
-
-
-
-
构造器详细资料
-
CollectionUpdateAction
public CollectionUpdateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, boolean emptySnapshot, SharedSessionContractImplementor session)
Constructs a CollectionUpdateAction- 参数:
collection- The collection to updatepersister- The collection persisterid- The collection keyemptySnapshot- Indicates if the snapshot is emptysession- The session
-
-
方法详细资料
-
execute
public void execute() throws HibernateException从接口复制的说明:ExecutableExecute this action.- 抛出:
HibernateException- Indicates a problem during execution.
-
-