Class PersistentList.SimpleAdd

java.lang.Object
AbstractPersistentCollection<E>.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<E>.AbstractValueDelayedOperation
  • Constructor Details

    • SimpleAdd

      public SimpleAdd(E addedValue)
  • Method Details

    • operate

      public void operate()