类 QueuedOperationCollectionAction
- java.lang.Object
-
- org.hibernate.action.internal.CollectionAction
-
- org.hibernate.action.internal.QueuedOperationCollectionAction
-
- 所有已实现的接口:
Serializable,Comparable,Executable
public final class QueuedOperationCollectionAction extends CollectionAction
If a collection is extra lazy and has queued ops, we still need to process them. Ex: OneToManyPersister needs to insert indexes for List collections. See HHH-8083.- 作者:
- Brett Meyer
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 QueuedOperationCollectionAction(PersistentCollection collection, CollectionPersister persister, Serializable id, 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
-
-
-
-
构造器详细资料
-
QueuedOperationCollectionAction
public QueuedOperationCollectionAction(PersistentCollection collection, CollectionPersister persister, Serializable id, SharedSessionContractImplementor session)
Constructs a CollectionUpdateAction- 参数:
collection- The collection to updatepersister- The collection persisterid- The collection keysession- The session
-
-
方法详细资料
-
execute
public void execute() throws HibernateException从接口复制的说明:ExecutableExecute this action.- 抛出:
HibernateException- Indicates a problem during execution.
-
-