Package org.hibernate.collection.spi
Interface AbstractPersistentCollection.DelayedOperation<E>
-
- All Known Subinterfaces:
AbstractPersistentCollection.ValueDelayedOperation<E>
- All Known Implementing Classes:
AbstractPersistentCollection.AbstractValueDelayedOperation
,PersistentList.SimpleAdd
- Enclosing class:
- AbstractPersistentCollection<E>
protected static interface AbstractPersistentCollection.DelayedOperation<E>
Contract for operations which are part of a collection's operation queue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
getAddedInstance()
E
getOrphan()
void
operate()
-