Uses of Package
org.hibernate.proxy
-
Packages that use org.hibernate.proxy Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.internal.tools org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.processor.validation Validation for HQL queries.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.org.hibernate.proxy.pojo Proxies for plain Java objects.org.hibernate.proxy.pojo.bytebuddy -
Classes in org.hibernate.proxy used by org.hibernate.boot Class Description EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
Classes in org.hibernate.proxy used by org.hibernate.boot.internal Class Description EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
Classes in org.hibernate.proxy used by org.hibernate.boot.spi Class Description EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
Classes in org.hibernate.proxy used by org.hibernate.bytecode.internal.bytebuddy Class Description ProxyConfiguration.Interceptor An interceptor object that is responsible for invoking a proxy's method.ProxyFactory Contract for runtime, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.bytecode.spi Class Description ProxyFactory Contract for runtime, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.cfg Class Description EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
Classes in org.hibernate.proxy used by org.hibernate.engine.internal Class Description HibernateProxy Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
. -
Classes in org.hibernate.proxy used by org.hibernate.engine.spi Class Description EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id.HibernateProxy Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.ProxyConfiguration 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.envers.internal.tools Class Description LazyInitializer Handles fetching of the underlying entity for a proxy. -
Classes in org.hibernate.proxy used by org.hibernate.internal Class Description EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
Classes in org.hibernate.proxy used by org.hibernate.metamodel.internal Class Description ProxyFactory Contract for runtime, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.metamodel.spi Class Description ProxyFactory Contract for runtime, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.processor.validation Class Description EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
Classes in org.hibernate.proxy used by org.hibernate.proxy Class Description AbstractLazyInitializer Convenience base class for lazy initialization handlers.HibernateProxy Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.LazyInitializer Handles fetching of the underlying entity for a proxy.ProxyConfiguration A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy.ProxyConfiguration.Interceptor An interceptor object that is responsible for invoking a proxy's method. -
Classes in org.hibernate.proxy used by org.hibernate.proxy.map Class Description AbstractLazyInitializer Convenience base class for lazy initialization handlers.AbstractSerializableProxy Convenience base class for the serialized form ofAbstractLazyInitializer
.HibernateProxy Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.LazyInitializer Handles fetching of the underlying entity for a proxy.ProxyFactory Contract for runtime, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.proxy.pojo Class Description AbstractLazyInitializer Convenience base class for lazy initialization handlers.LazyInitializer Handles fetching of the underlying entity for a proxy. -
Classes in org.hibernate.proxy used by org.hibernate.proxy.pojo.bytebuddy Class Description AbstractLazyInitializer Convenience base class for lazy initialization handlers.AbstractSerializableProxy Convenience base class for the serialized form ofAbstractLazyInitializer
.HibernateProxy Interface implemented directly by entity proxies, exposing access to the associatedLazyInitializer
.LazyInitializer Handles fetching of the underlying entity for a proxy.ProxyConfiguration.Interceptor An interceptor object that is responsible for invoking a proxy's method.ProxyFactory Contract for runtime, proxy-based lazy initialization proxies.