Uses of Interface
org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
Packages that use DirtyTracker
Package
Description
specialized classes to keep track of changes
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of DirtyTracker in org.hibernate.bytecode.enhance.internal.tracker
Classes in org.hibernate.bytecode.enhance.internal.tracker that implement DirtyTrackerModifier and TypeClassDescriptionfinal class
small low memory class to keep track of changed fieldsfinal class
small low memory class to keep track of changed fields similar to BasicTracker but where the array is kept ordered to reduce the cost of verifying duplicates -
Uses of DirtyTracker in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type DirtyTrackerModifier and TypeMethodDescriptionvoid
ExtendedSelfDirtinessTracker.$$_hibernate_getCollectionFieldDirtyNames
(DirtyTracker dirtyTracker)