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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceA self dirtiness tracker that declares additional methods that are intended for internal communication.interfaceContract for classes (specifically, entities and components/embeddables) that are "managed".interfaceSpecializedManagedcontract for component/embeddable classes.interfaceSpecializedManagedcontract for entity classes.interfaceSpecializedManagedcontract for MappedSuperclass classes.interfaceinterfaceContract 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 TypeInterfaceDescriptioninterfaceInterface implemented directly by entity proxies, exposing access to the associatedLazyInitializer.interfaceA 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