站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

org.hibernate.proxy (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Package org.hibernate.proxy

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

See:
          Description

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.
 

Package org.hibernate.proxy Description

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