Package org.hibernate.bytecode.javassist

Class Summary
AccessOptimizerAdapter The ReflectionOptimizer.AccessOptimizer implementation for Javassist which simply acts as an adpater to the BulkAccessor class.
BulkAccessor A JavaBean accessor.
BytecodeProviderImpl Bytecode provider implementation for Javassist.
FastClass  
InstantiationOptimizerAdapter The ReflectionOptimizer.InstantiationOptimizer implementation for Javassist which simply acts as an adpater to the FastClass class.
JavassistClassTransformer Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
ProxyFactoryFactoryImpl A factory for Javassist-based ProxyFactory instances.
ReflectionOptimizerImpl ReflectionOptimizer implementation for Javassist.
TransformingClassLoader  
 

Exception Summary
BulkAccessorException An exception thrown while generating a bulk accessor.