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 voidCompositeOwnerTracker. 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 CompositeOwnerManagedTypeHelper. 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 CompositeOwnerCompositeOwner. asCompositeOwner()default CompositeOwnerPrimeAmongSecondarySupertypes. asCompositeOwner()Methods in org.hibernate.engine.spi with parameters of type CompositeOwner Modifier and Type Method Description voidCompositeTracker. $$_hibernate_setOwner(String name, CompositeOwner tracker)
-