protected abstract class AbstractPersistentCollection.AbstractValueDelayedOperation extends Object implements AbstractPersistentCollection.ValueDelayedOperation
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractValueDelayedOperation(Object addedValue,
                             Object orphan)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getAddedInstance()  | 
Object | 
getOrphan()  | 
protected Object | 
getReplacement(Type type,
              Object current,
              Map copyCache)  | 
void | 
replace(CollectionPersister persister,
       Map copyCache)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitoperatepublic void replace(CollectionPersister persister, Map copyCache)
replace in interface AbstractPersistentCollection.ValueDelayedOperationpublic final Object getAddedInstance()
getAddedInstance in interface AbstractPersistentCollection.DelayedOperationpublic final Object getOrphan()
getOrphan in interface AbstractPersistentCollection.DelayedOperationCopyright © 2017 JBoss by Red Hat. All rights reserved.