Package org.hibernate.bytecode.cglib

Class Summary

AccessOptimizerAdapter The ReflectionOptimizer.AccessOptimizer implementation for CGLIB which simply acts as an adpater to the BulkBean class.
BytecodeProviderImpl Bytecode provider implementation for CGLIB.
CglibClassTransformer Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
InstantiationOptimizerAdapter The ReflectionOptimizer.InstantiationOptimizer implementation for CGLIB which simply acts as an adpater to the FastClass class.
ProxyFactoryFactoryImpl A factory for CGLIB-based ProxyFactory instances.
ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
ReflectionOptimizerImpl ReflectionOptimizer implementation for CGLIB.