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 
 | 
| 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 SerializableProxy. 
 | 
| HibernateProxyHelper | 
 Utility methods for working with proxies. 
 | 
This package defines a framework for lazy-initializing entity proxies.
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.