Uses of Interface
org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
-
Packages that use DirtyTracker Package Description org.hibernate.bytecode.enhance.internal.tracker specialized classes to keep track of changesorg.hibernate.engine.spi 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 DirtyTracker Modifier and Type Class Description class
SimpleFieldTracker
small low memory class to keep track of changed fieldsclass
SortedFieldTracker
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 DirtyTracker Modifier and Type Method Description void
ExtendedSelfDirtinessTracker. $$_hibernate_getCollectionFieldDirtyNames(DirtyTracker dirtyTracker)
-