Class AbstractPersistentCollection.AbstractValueDelayedOperation
java.lang.Object
org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
- All Implemented Interfaces:
AbstractPersistentCollection.DelayedOperation<E>, AbstractPersistentCollection.ValueDelayedOperation<E>
- Direct Known Subclasses:
PersistentList.SimpleAdd
- Enclosing class:
AbstractPersistentCollection<E>
protected abstract class AbstractPersistentCollection.AbstractValueDelayedOperation
extends Object
implements AbstractPersistentCollection.ValueDelayedOperation<E>
-
Constructor Details
-
AbstractValueDelayedOperation
-
-
Method Details
-
replace
- Specified by:
replacein interfaceAbstractPersistentCollection.ValueDelayedOperation<E>
-
getReplacement
-
getAddedInstance
- Specified by:
getAddedInstancein interfaceAbstractPersistentCollection.DelayedOperation<E>
-
getOrphan
- Specified by:
getOrphanin interfaceAbstractPersistentCollection.DelayedOperation<E>
-