See: Description
Interface | Description |
---|---|
EntityNotFoundDelegate |
Delegate to handle the scenario of an entity not found by a specified id.
|
HibernateProxy |
Marker interface for entity proxies
|
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.
|
ProxyFactory |
Contract for run-time, proxy-based lazy initialization proxies.
|
Class | Description |
---|---|
AbstractLazyInitializer |
Convenience base class for lazy initialization handlers.
|
AbstractSerializableProxy |
Convenience base class for the serialized form of
AbstractLazyInitializer . |
HibernateProxyHelper |
Utility methods for working with proxies.
|
ProxyConfiguration.InterceptorDispatcher |
A static interceptor that guards against method calls before the interceptor is set.
|
This package defines a framework for lazy-initializing entity proxies.
Copyright © 2019 JBoss by Red Hat. All rights reserved.