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 classNoopCollectionTrackersmall low memory class to keep track of the number of elements in a collectionclassSimpleCollectionTrackersmall 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 CollectionTrackerNoopCollectionTracker. INSTANCE -
Uses of CollectionTracker in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CollectionTracker Modifier and Type Method Description CollectionTrackerSelfDirtinessTracker. $$_hibernate_getCollectionTracker()Get access to the CollectionTracker
-