Uses of Interface
org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
-
Packages that use AbstractPersistentCollection.DelayedOperation Package Description org.hibernate.collection.spi SPI definitions for persistent collections -
-
Uses of AbstractPersistentCollection.DelayedOperation in org.hibernate.collection.spi
Subinterfaces of AbstractPersistentCollection.DelayedOperation in org.hibernate.collection.spi Modifier and Type Interface Description protected static interface
AbstractPersistentCollection.ValueDelayedOperation<E>
Classes in org.hibernate.collection.spi that implement AbstractPersistentCollection.DelayedOperation Modifier and Type Class Description protected class
AbstractPersistentCollection.AbstractValueDelayedOperation
protected class
PersistentList.SimpleAdd
Methods in org.hibernate.collection.spi with parameters of type AbstractPersistentCollection.DelayedOperation Modifier and Type Method Description protected void
AbstractPersistentCollection. queueOperation(AbstractPersistentCollection.DelayedOperation<E> operation)
Queue an addition
-