Uses of Interface
org.hibernate.engine.spi.CompositeOwner
-
Packages that use CompositeOwner Package Description org.hibernate.bytecode.enhance.internal.tracker specialized classes to keep track of changesorg.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 CompositeOwner in org.hibernate.bytecode.enhance.internal.tracker
Methods in org.hibernate.bytecode.enhance.internal.tracker with parameters of type CompositeOwner Modifier and Type Method Description void
CompositeOwnerTracker. add(String name, CompositeOwner owner)
-
Uses of CompositeOwner in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return CompositeOwner Modifier and Type Method Description static 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 CompositeOwner Modifier and Type Method Description default CompositeOwner
CompositeOwner. asCompositeOwner()
default CompositeOwner
PrimeAmongSecondarySupertypes. asCompositeOwner()
Methods in org.hibernate.engine.spi with parameters of type CompositeOwner Modifier and Type Method Description void
CompositeTracker. $$_hibernate_setOwner(String name, CompositeOwner tracker)
-