Package org.hibernate.collection.spi
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
operate
-
Constructor Details
-
AbstractValueDelayedOperation
-
-
Method Details
-
replace
- Specified by:
replace
in interfaceAbstractPersistentCollection.ValueDelayedOperation<E>
-
getReplacement
-
getAddedInstance
- Specified by:
getAddedInstance
in interfaceAbstractPersistentCollection.DelayedOperation<E>
-
getOrphan
- Specified by:
getOrphan
in interfaceAbstractPersistentCollection.DelayedOperation<E>
-