See: Description
| Interface | Description |
|---|---|
| BasicProxyFactory |
A proxy factory for "basic proxy" generation.
|
| BytecodeEnhancementMetadata |
Encapsulates bytecode enhancement information about a particular entity.
|
| 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 | Description |
|---|---|
| ByteCodeHelper |
A helper for reading byte code from various input sources.
|
| ClassLoadingStrategyHelper | |
| InstrumentedClassLoader |
A specialized ClassLoader which performs bytecode enhancement on class definitions as they are loaded
into the ClassLoader scope.
|
| Exception | Description |
|---|---|
| NotInstrumentedException |
Indicates a condition where an instrumented/enhanced class was expected, but the class was not
instrumented/enhanced.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.