Uses of Interface
org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
-
Packages that use PrimeAmongSecondarySupertypes Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map Proxies for entity objects represented as Java maps. -
-
Uses of PrimeAmongSecondarySupertypes in org.hibernate.engine.spi
Subinterfaces of PrimeAmongSecondarySupertypes in org.hibernate.engine.spi Modifier and Type Interface Description interface
CompositeOwner
interface
CompositeTracker
interface
ExtendedSelfDirtinessTracker
A self dirtiness tracker that declares additional methods that are intended for internal communication.interface
Managed
Contract for classes (specifically, entities and components/embeddables) that are "managed".interface
ManagedComposite
SpecializedManaged
contract for component/embeddable classes.interface
ManagedEntity
SpecializedManaged
contract for entity classes.interface
ManagedMappedSuperclass
SpecializedManaged
contract for MappedSuperclass classes.interface
PersistentAttributeInterceptable
interface
SelfDirtinessTracker
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.proxy Modifier and Type Interface Description interface
HibernateProxy
Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.interface
ProxyConfiguration
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 Modifier and Type Class Description class
MapProxy
Proxy for "dynamic-map" entity representations.
-