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

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


Package org.hibernate.intercept

This package implements an interception mechanism for lazy property fetching, based on CGLIB bytecode instrumentation.

See:
          Description

Interface Summary
FieldInterceptor Contract for field interception handlers.
LazyPropertyInitializer Contract for controlling how lazy properties get initialized.
 

Class Summary
AbstractFieldInterceptor  
FieldInterceptionHelper Helper class for dealing with enhanced entity classes.
 

Package org.hibernate.intercept Description

This package implements an interception mechanism for lazy property fetching, based on CGLIB bytecode instrumentation.