Uses of Interface
org.hibernate.engine.spi.CompositeTracker
-
Packages that use CompositeTracker Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi 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 CompositeTracker Modifier and Type Method Description static 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 CompositeTracker Modifier and Type Method Description default CompositeTracker
CompositeTracker. asCompositeTracker()
default CompositeTracker
PrimeAmongSecondarySupertypes. asCompositeTracker()
-