程序包 org.hibernate.proxy
This package defines a framework for lazy-initializing entity proxies.
-
接口概要 接口 说明 EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id.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.ProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
类概要 类 说明 AbstractLazyInitializer Convenience base class for lazy initialization handlers.AbstractSerializableProxy Convenience base class for the serialized form ofAbstractLazyInitializer.HibernateProxyHelper Utility methods for working with proxies.ProxyConfiguration.InterceptorDispatcher A static interceptor that guards against method calls before the interceptor is set.