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

org.hibernate.tool.instrument (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Package org.hibernate.tool.instrument

The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing.

See:
          Description

Class Summary
BasicInstrumentationTask Super class for all Hibernate instrumentation tasks.
 

Package org.hibernate.tool.instrument Description

The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing. Use this tool only if you wish to take advantage of lazy property fetching (the <lazy> mapping element).