Package org.hibernate.proxy

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

Interface Summary

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 Summary

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.