| Interface | Description |
|---|---|
| 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.
|
| EntityInstrumentationMetadata |
Encapsulates bytecode instrumentation information about a particular entity.
|
| 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 | Description |
|---|---|
| AbstractClassTransformerImpl |
Basic implementation of the
ClassTransformer contract. |
| ByteCodeHelper |
A helper for reading byte code from various input sources.
|
| InstrumentedClassLoader |
A specialized classloader which performs bytecode enhancement on class
definitions as they are loaded into the classloader scope.
|
| Exception | Description |
|---|---|
| NotInstrumentedException |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.