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>