Uses of Interface
org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
-
Packages that use PrimeAmongSecondarySupertypes Package Description org.hibernate.engine.spi org.hibernate.proxy org.hibernate.proxy.map -
-
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 interfaceHibernateProxyMarker interface for entity proxiesinterfaceProxyConfigurationA 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.
-