Uses of Record Class
org.hibernate.collection.spi.CollectionChangeSet.ValueChange
Packages that use CollectionChangeSet.ValueChange
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
-
Uses of CollectionChangeSet.ValueChange in org.hibernate.action.queue.spi.decompose.collection
Methods in org.hibernate.action.queue.spi.decompose.collection that return CollectionChangeSet.ValueChangeModifier and TypeMethodDescriptionCollectionMutationPlanContributor.ValueChangeContext.valueChange()Returns the value of thevalueChangerecord component.Constructors in org.hibernate.action.queue.spi.decompose.collection with parameters of type CollectionChangeSet.ValueChangeModifierConstructorDescriptionValueChangeContext(CollectionPersister persister, TableDescriptor tableDescriptor, CollectionJdbcOperations jdbcOperations, PersistentCollection<?> collection, Object key, int ordinalBase, SharedSessionContractImplementor session, CollectionChangeSet.ValueChange valueChange) Creates an instance of aValueChangeContextrecord class. -
Uses of CollectionChangeSet.ValueChange in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi that return types with arguments of type CollectionChangeSet.ValueChangeModifier and TypeMethodDescriptionCollectionChangeSet.valueChanges()Returns the value of thevalueChangesrecord component.