Uses of Interface
org.hibernate.bytecode.enhance.spi.CollectionTracker
-
Packages that use CollectionTracker 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 CollectionTracker in org.hibernate.bytecode.enhance.internal.tracker
Classes in org.hibernate.bytecode.enhance.internal.tracker that implement CollectionTracker Modifier and Type Class Description class
NoopCollectionTracker
small low memory class to keep track of the number of elements in a collectionclass
SimpleCollectionTracker
small low memory class to keep track of the number of elements in a collectionFields in org.hibernate.bytecode.enhance.internal.tracker declared as CollectionTracker Modifier and Type Field Description static CollectionTracker
NoopCollectionTracker. INSTANCE
-
Uses of CollectionTracker in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CollectionTracker Modifier and Type Method Description CollectionTracker
SelfDirtinessTracker. $$_hibernate_getCollectionTracker()
Get access to the CollectionTracker
-