Package org.hibernate.collection.spi
Interface AbstractPersistentCollection.ValueDelayedOperation<E>
- All Superinterfaces:
AbstractPersistentCollection.DelayedOperation<E>
- All Known Implementing Classes:
AbstractPersistentCollection.AbstractValueDelayedOperation
,PersistentList.SimpleAdd
- Enclosing class:
- AbstractPersistentCollection<E>
protected static interface AbstractPersistentCollection.ValueDelayedOperation<E>
extends AbstractPersistentCollection.DelayedOperation<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
replace
(CollectionPersister collectionPersister, Map<Object, Object> copyCache) Methods inherited from interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
getAddedInstance, getOrphan, operate
-
Method Details
-
replace
-