Uses of Interface
org.hibernate.engine.spi.CompositeOwner
Packages that use CompositeOwner
Package
Description
specialized classes to keep track of changes
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 CompositeOwner in org.hibernate.bytecode.enhance.internal.tracker
Methods in org.hibernate.bytecode.enhance.internal.tracker with parameters of type CompositeOwnerModifier and TypeMethodDescriptionvoid
CompositeOwnerTracker.add
(String name, CompositeOwner owner) -
Uses of CompositeOwner in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return CompositeOwnerModifier and TypeMethodDescriptionstatic CompositeOwner
ManagedTypeHelper.asCompositeOwner
(Object entity) Cast the object to CompositeOwner (using this is highly preferrable over a direct cast) -
Uses of CompositeOwner in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CompositeOwnerModifier and TypeMethodDescriptiondefault CompositeOwner
CompositeOwner.asCompositeOwner()
default @Nullable CompositeOwner
PrimeAmongSecondarySupertypes.asCompositeOwner()
Methods in org.hibernate.engine.spi with parameters of type CompositeOwnerModifier and TypeMethodDescriptionvoid
CompositeTracker.$$_hibernate_setOwner
(String name, CompositeOwner tracker)