Package org.hibernate.proxy
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
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.
HibernateProxyHelper Utility methods for working with proxies.

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