Uses of Interface
org.hibernate.engine.spi.CompositeTracker
Packages that use CompositeTracker
Package
Description
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of CompositeTracker in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return CompositeTrackerModifier and TypeMethodDescriptionstatic CompositeTracker
ManagedTypeHelper.asCompositeTracker
(Object entity) Cast the object to CompositeTracker (using this is highly preferrable over a direct cast) -
Uses of CompositeTracker in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CompositeTrackerModifier and TypeMethodDescriptiondefault CompositeTracker
CompositeTracker.asCompositeTracker()
default @Nullable CompositeTracker
PrimeAmongSecondarySupertypes.asCompositeTracker()