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
-
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
getAddedEntry
-
-
-
-
Constructor Detail
-
SimpleAdd
public SimpleAdd(E addedValue)
-
-