Package org.hibernate.bytecode

Interface Summary
BasicProxyFactory A proxy factory for "basic proxy" generation
BytecodeProvider Contract for providers of bytecode services to Hibernate.
ClassTransformer A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
ProxyFactoryFactory An interface for factories of proxy factory instances.
ReflectionOptimizer Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer Represents optimized entity instantiation.
 

Class Summary
AbstractClassTransformerImpl