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 interfaceCompositeOwnerinterfaceCompositeTrackerinterfaceExtendedSelfDirtinessTrackerA self dirtiness tracker that declares additional methods that are intended for internal communication.interfaceManagedContract for classes (specifically, entities and components/embeddables) that are "managed".interfaceManagedCompositeSpecializedManagedcontract for component/embeddable classes.interfaceManagedEntitySpecializedManagedcontract for entity classes.interfaceManagedMappedSuperclassSpecializedManagedcontract for MappedSuperclass classes.interfacePersistentAttributeInterceptableinterfaceSelfDirtinessTrackerContract 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 interfaceHibernateProxyInterface implemented directly by entity proxies, exposing access to the associatedLazyInitializer.interfaceProxyConfigurationA 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 classMapProxyProxy for "dynamic-map" entity representations.
-