Uses of Package
org.hibernate.proxy
-
Packages that use org.hibernate.proxy Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi 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 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 org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map org.hibernate.proxy.pojo 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 run-time, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.bytecode.spi Class Description ProxyFactory Contract for run-time, 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 Marker interface for entity proxies -
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 Marker interface for entity proxiesProxyConfiguration 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 run-time, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.metamodel.spi Class Description ProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
Classes in org.hibernate.proxy used by org.hibernate.proxy Class Description AbstractLazyInitializer Convenience base class for lazy initialization handlers.HibernateProxy Marker interface for entity proxiesLazyInitializer Handles fetching of the underlying entity for a proxyProxyConfiguration 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 Marker interface for entity proxiesLazyInitializer Handles fetching of the underlying entity for a proxyProxyFactory Contract for run-time, 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 Marker interface for entity proxiesLazyInitializer Handles fetching of the underlying entity for a proxyProxyConfiguration.Interceptor An interceptor object that is responsible for invoking a proxy's method.ProxyFactory Contract for run-time, proxy-based lazy initialization proxies.