Uses of Record Class
org.hibernate.collection.spi.CollectionChangeSet.Removal
Packages that use CollectionChangeSet.Removal
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
-
Uses of CollectionChangeSet.Removal in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi that return types with arguments of type CollectionChangeSet.RemovalModifier and TypeMethodDescriptionCollectionChangeSet.removals()Returns the value of theremovalsrecord component.Constructor parameters in org.hibernate.collection.spi with type arguments of type CollectionChangeSet.RemovalModifierConstructorDescriptionCollectionChangeSet(List<CollectionChangeSet.Removal> removals, List<CollectionChangeSet.Addition> additions, List<CollectionChangeSet.Shift> shifts, List<CollectionChangeSet.ValueChange> valueChanges) Creates an instance of aCollectionChangeSetrecord class.