|
|||||||||
Home >> All >> org >> hibernate >> bytecode >> [ cglib overview ] | PREV NEXT |
A
- AccessOptimizerAdapter - class org.hibernate.bytecode.cglib.AccessOptimizerAdapter.
- The
ReflectionOptimizer.AccessOptimizer
implementation for CGLIB which simply acts as an adpater to theBulkBean
class. - AccessOptimizerAdapter(BulkBean, Class) - Constructor for class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- accept(String) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl.ClassLoaderClassFilter
- accessOptimizer - Variable in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
- attributes() - Method in class org.hibernate.bytecode.cglib.CglibClassTransformer
B
- BytecodeProviderImpl - class org.hibernate.bytecode.cglib.BytecodeProviderImpl.
- Bytecode provider implementation for CGLIB.
- BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.cglib.BytecodeProviderImpl
- BytecodeProviderImpl.ClassLoaderClassFilter - class org.hibernate.bytecode.cglib.BytecodeProviderImpl.ClassLoaderClassFilter.
- BytecodeProviderImpl.ClassLoaderClassFilter(String[]) - Constructor for class org.hibernate.bytecode.cglib.BytecodeProviderImpl.ClassLoaderClassFilter
- buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
- buildProxyFactory() - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
- Builds a CGLIB-based proxy factory.
- bulkBean - Variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
C
- CALLBACK_TYPES - Static variable in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
- CglibClassTransformer - class org.hibernate.bytecode.cglib.CglibClassTransformer.
- Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
- CglibClassTransformer(String[], String[]) - Constructor for class org.hibernate.bytecode.cglib.CglibClassTransformer
D
- data - Variable in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.PassThroughInterceptor
- doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.cglib.CglibClassTransformer
F
- FINALIZE_FILTER - Static variable in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
- factory - Variable in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
- fastClass - Variable in class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
G
- generateDynamicFieldInterceptionClassLoader(ClassLoader, String[], String[]) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
- getAccessOptimizer() - Method in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
- getClassTransformer(String[]) - Method in class org.hibernate.bytecode.cglib.CglibClassTransformer
- getEntityClassTransformer(String[], String[]) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
- getInstantiationOptimizer() - Method in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
- getPropertyNames() - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- getPropertyValues(Object) - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- getProxy() - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
- getProxyFactoryFactory() - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
- getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
- getterName(Throwable, BulkBean) - Static method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
I
- InstantiationOptimizerAdapter - class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter.
- The
ReflectionOptimizer.InstantiationOptimizer
implementation for CGLIB which simply acts as an adpater to theFastClass
class. - InstantiationOptimizerAdapter(FastClass) - Constructor for class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
- instantiationOptimizer - Variable in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.PassThroughInterceptor
L
- log - Static variable in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
- log - Static variable in class org.hibernate.bytecode.cglib.CglibClassTransformer
M
- mappedClass - Variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
N
- newInstance() - Method in class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
O
- org.hibernate.bytecode.cglib - package org.hibernate.bytecode.cglib
P
- PROPERTY_GET_EXCEPTION - Static variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- PROPERTY_SET_EXCEPTION - Static variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- ProxyFactoryFactoryImpl - class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.
- A factory for CGLIB-based org.hibernate.proxy.ProxyFactory instances.
- ProxyFactoryFactoryImpl() - Constructor for class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
- ProxyFactoryFactoryImpl.BasicProxyFactoryImpl - class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl.
- ProxyFactoryFactoryImpl.BasicProxyFactoryImpl(Class, Class[]) - Constructor for class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
- ProxyFactoryFactoryImpl.PassThroughInterceptor - class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.PassThroughInterceptor.
- ProxyFactoryFactoryImpl.PassThroughInterceptor(String) - Constructor for class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.PassThroughInterceptor
- packages - Variable in class org.hibernate.bytecode.cglib.BytecodeProviderImpl.ClassLoaderClassFilter
- proxiedClassName - Variable in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.PassThroughInterceptor
- proxyClass - Variable in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
R
- ReflectionOptimizerImpl - class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl.
- ReflectionOptimizer implementation for CGLIB.
- ReflectionOptimizerImpl(InstantiationOptimizerAdapter, AccessOptimizerAdapter) - Constructor for class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
- readObject(ObjectInputStream) - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- readObject(ObjectInputStream) - Method in class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
- releaseDynamicFieldInterceptionClassLoader(ClassLoader) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
S
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- setterName(Throwable, BulkBean) - Static method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- skipDebug() - Method in class org.hibernate.bytecode.cglib.CglibClassTransformer
W
- writeObject(ObjectOutputStream) - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
- writeObject(ObjectOutputStream) - Method in class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
A B C D F G I L M N O P R S W
|
|||||||||
Home >> All >> org >> hibernate >> bytecode >> [ cglib overview ] | PREV NEXT |