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, wait
operate
public void replace(CollectionPersister persister, Map copyCache)
replace
in interface AbstractPersistentCollection.ValueDelayedOperation
public final Object getAddedInstance()
getAddedInstance
in interface AbstractPersistentCollection.DelayedOperation
public final Object getOrphan()
getOrphan
in interface AbstractPersistentCollection.DelayedOperation
Copyright © 2019 JBoss by Red Hat. All rights reserved.