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

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


Uses of Interface
org.hibernate.bytecode.ReflectionOptimizer

Packages that use ReflectionOptimizer
org.hibernate.bytecode This package defines the API for plugging in bytecode libraries for usage by Hibernate. 
org.hibernate.bytecode.cglib   
org.hibernate.bytecode.javassist   
 

Uses of ReflectionOptimizer in org.hibernate.bytecode
 

Methods in org.hibernate.bytecode that return ReflectionOptimizer
 ReflectionOptimizer BytecodeProvider.getReflectionOptimizer(Class clazz, String[] getterNames, String[] setterNames, Class[] types)
          Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.
 

Uses of ReflectionOptimizer in org.hibernate.bytecode.cglib
 

Classes in org.hibernate.bytecode.cglib that implement ReflectionOptimizer
 class ReflectionOptimizerImpl
          ReflectionOptimizer implementation for CGLIB.
 

Methods in org.hibernate.bytecode.cglib that return ReflectionOptimizer
 ReflectionOptimizer BytecodeProviderImpl.getReflectionOptimizer(Class clazz, String[] getterNames, String[] setterNames, Class[] types)
           
 

Uses of ReflectionOptimizer in org.hibernate.bytecode.javassist
 

Methods in org.hibernate.bytecode.javassist that return ReflectionOptimizer
 ReflectionOptimizer BytecodeProviderImpl.getReflectionOptimizer(Class clazz, String[] getterNames, String[] setterNames, Class[] types)