Uses of Interface
org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
Packages that use PrimeAmongSecondarySupertypes
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines a framework for lazy-initializing entity proxies.
Proxies for entity objects represented as Java maps.
-
Uses of PrimeAmongSecondarySupertypes in org.hibernate.engine.spi
Subinterfaces of PrimeAmongSecondarySupertypes in org.hibernate.engine.spiModifier and TypeInterfaceDescriptioninterface
interface
interface
A self dirtiness tracker that declares additional methods that are intended for internal communication.interface
Contract for classes (specifically, entities and components/embeddables) that are "managed".interface
SpecializedManaged
contract for component/embeddable classes.interface
SpecializedManaged
contract for entity classes.interface
SpecializedManaged
contract for MappedSuperclass classes.interface
interface
Contract for an entity to report that it tracks the dirtiness of its own state, as opposed to needing Hibernate to perform state-diff dirty calculations. -
Uses of PrimeAmongSecondarySupertypes in org.hibernate.proxy
Subinterfaces of PrimeAmongSecondarySupertypes in org.hibernate.proxyModifier and TypeInterfaceDescriptioninterface
Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.interface
A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy. -
Uses of PrimeAmongSecondarySupertypes in org.hibernate.proxy.map
Classes in org.hibernate.proxy.map that implement PrimeAmongSecondarySupertypes