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

Uses of Interface org.hibernate.bytecode.util.ClassDescriptor (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Interface
org.hibernate.bytecode.util.ClassDescriptor

Packages that use ClassDescriptor
org.hibernate.tool.instrument The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing. 
org.hibernate.tool.instrument.cglib   
org.hibernate.tool.instrument.javassist   
 

Uses of ClassDescriptor in org.hibernate.tool.instrument
 

Methods in org.hibernate.tool.instrument that return ClassDescriptor
protected abstract  ClassDescriptor BasicInstrumentationTask.getClassDescriptor(byte[] byecode)
           
 

Methods in org.hibernate.tool.instrument with parameters of type ClassDescriptor
protected abstract  ClassTransformer BasicInstrumentationTask.getClassTransformer(ClassDescriptor descriptor)
           
 

Constructors in org.hibernate.tool.instrument with parameters of type ClassDescriptor
BasicInstrumentationTask.CustomFieldFilter(ClassDescriptor descriptor)
           
 

Uses of ClassDescriptor in org.hibernate.tool.instrument.cglib
 

Methods in org.hibernate.tool.instrument.cglib that return ClassDescriptor
protected  ClassDescriptor InstrumentTask.getClassDescriptor(byte[] byecode)
           
 

Methods in org.hibernate.tool.instrument.cglib with parameters of type ClassDescriptor
protected  ClassTransformer InstrumentTask.getClassTransformer(ClassDescriptor descriptor)
           
 

Uses of ClassDescriptor in org.hibernate.tool.instrument.javassist
 

Methods in org.hibernate.tool.instrument.javassist that return ClassDescriptor
protected  ClassDescriptor InstrumentTask.getClassDescriptor(byte[] bytecode)
           
 

Methods in org.hibernate.tool.instrument.javassist with parameters of type ClassDescriptor
protected  ClassTransformer InstrumentTask.getClassTransformer(ClassDescriptor descriptor)