Uses of Package
org.hibernate.proxy
Packages that use org.hibernate.proxy
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Package defining bytecode code enhancement (instrumentation) support.
This package defines APIs for configuring Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package defines a framework for lazy-initializing entity proxies.
Proxies for entity objects represented as Java maps.
Proxies for plain Java objects.
-
Classes in org.hibernate.proxy used by org.hibernate.bootClassDescriptionDelegate to handle the scenario of an entity not found by a specified id.
-
Classes in org.hibernate.proxy used by org.hibernate.boot.spiClassDescriptionDelegate to handle the scenario of an entity not found by a specified id.
-
Classes in org.hibernate.proxy used by org.hibernate.bytecode.spi
-
Classes in org.hibernate.proxy used by org.hibernate.cfgClassDescriptionDelegate to handle the scenario of an entity not found by a specified id.
-
Classes in org.hibernate.proxy used by org.hibernate.engine.spiClassDescriptionDelegate to handle the scenario of an entity not found by a specified id.Interface implemented directly by entity proxies, exposing access to the associated
LazyInitializer
.A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy. -
Classes in org.hibernate.proxy used by org.hibernate.metamodel.spi
-
Classes in org.hibernate.proxy used by org.hibernate.proxyClassDescriptionConvenience base class for lazy initialization handlers.Interface implemented directly by entity proxies, exposing access to the associated
LazyInitializer
.Handles fetching of the underlying entity for a proxy.A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy.An interceptor object that is responsible for invoking a proxy's method. -
Classes in org.hibernate.proxy used by org.hibernate.proxy.mapClassDescriptionConvenience base class for lazy initialization handlers.Convenience base class for the serialized form of
AbstractLazyInitializer
.Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.Handles fetching of the underlying entity for a proxy.Contract for runtime, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.proxy.pojoClassDescriptionConvenience base class for lazy initialization handlers.Handles fetching of the underlying entity for a proxy.
-
Classes in org.hibernate.proxy used by org.hibernate.proxy.pojo.bytebuddyClassDescriptionConvenience base class for lazy initialization handlers.Convenience base class for the serialized form of
AbstractLazyInitializer
.Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.Handles fetching of the underlying entity for a proxy.An interceptor object that is responsible for invoking a proxy's method.Contract for runtime, proxy-based lazy initialization proxies.