Package org.hibernate.collection.spi
Class PersistentList.SimpleAdd
- java.lang.Object
-
- org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
-
- org.hibernate.collection.spi.PersistentList.SimpleAdd
-
- All Implemented Interfaces:
AbstractPersistentCollection.DelayedOperation<E>
,AbstractPersistentCollection.ValueDelayedOperation<E>
- Enclosing class:
- PersistentList<E>
protected final class PersistentList.SimpleAdd extends AbstractPersistentCollection.AbstractValueDelayedOperation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
operate()
-
Methods inherited from class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
getAddedInstance, getOrphan, getReplacement, replace
-
-
-
-
Constructor Detail
-
SimpleAdd
public SimpleAdd(E addedValue)
-
-