Uses of Interface
org.hibernate.engine.spi.CollectionFlushActionTracker
Packages that use CollectionFlushActionTracker
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of CollectionFlushActionTracker in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CollectionFlushActionTrackerModifier and TypeMethodDescriptionPersistenceContext.getCollectionFlushActionTracker()Access to collection action state for the current flush.Methods in org.hibernate.engine.spi with parameters of type CollectionFlushActionTrackerModifier and TypeMethodDescriptionvoidCollectionEntry.postFlush(PersistentCollection<?> collection, CollectionFlushActionTracker collectionFlushActionTracker) Called after a successful flushvoidPersistenceContext.setCollectionFlushActionTracker(CollectionFlushActionTracker collectionFlushActionTracker) Set the collection action state for the current flush.