类 AbstractPersistentCollection.AbstractValueDelayedOperation
- java.lang.Object
-
- org.hibernate.collection.internal.AbstractPersistentCollection.AbstractValueDelayedOperation
-
- 所有已实现的接口:
AbstractPersistentCollection.DelayedOperation,AbstractPersistentCollection.ValueDelayedOperation
protected abstract class AbstractPersistentCollection.AbstractValueDelayedOperation extends Object implements AbstractPersistentCollection.ValueDelayedOperation
-
-
构造器概要
构造器 限定符 构造器 说明 protectedAbstractValueDelayedOperation(Object addedValue, Object orphan)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ObjectgetAddedInstance()ObjectgetOrphan()protected ObjectgetReplacement(Type type, Object current, Map copyCache)voidreplace(CollectionPersister persister, Map copyCache)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
operate
-
-
-
-
方法详细资料
-
replace
public void replace(CollectionPersister persister, Map copyCache)
-
getAddedInstance
public final Object getAddedInstance()
-
getOrphan
public final Object getOrphan()
-
-