Uses of Interface
org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
-
Packages that use AbstractPersistentCollection.DelayedOperation Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers. -
-
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 interfaceAbstractPersistentCollection.ValueDelayedOperation<E>Classes in org.hibernate.collection.spi that implement AbstractPersistentCollection.DelayedOperation Modifier and Type Class Description protected classAbstractPersistentCollection.AbstractValueDelayedOperationprotected classPersistentList.SimpleAddMethods in org.hibernate.collection.spi with parameters of type AbstractPersistentCollection.DelayedOperation Modifier and Type Method Description protected voidAbstractPersistentCollection. queueOperation(AbstractPersistentCollection.DelayedOperation<E> operation)Queue an addition
-