package

org.hibernate.proxy

This package defines a framework for lazy-initializing entity proxies.

Interfaces

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. 

Classes

AbstractLazyInitializer Convenience base class for lazy initialization handlers. 
AbstractSerializableProxy Convenience base class for SerializableProxy. 
HibernateProxyHelper Utility methods for working with proxies.