Uses of Record Class
org.hibernate.collection.spi.CollectionChangeSet
Packages that use CollectionChangeSet
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
-
Uses of CollectionChangeSet in org.hibernate.collection.spi
Fields in org.hibernate.collection.spi declared as CollectionChangeSetMethods in org.hibernate.collection.spi that return CollectionChangeSetModifier and TypeMethodDescriptiondefault CollectionChangeSetPersistentCollection.getChangeSet(CollectionPersister persister) Computes the complete set of changes between the collection's snapshot state and its current state.PersistentList.getChangeSet(CollectionPersister persister) PersistentMap.getChangeSet(CollectionPersister persister)