Package org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
-
Interface Summary 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 thePersistenceUnitInfo.addTransformer(jakarta.persistence.spi.ClassTransformer)
method.ProxyFactoryFactory An interface for factories ofproxy factory
instances.ReflectionOptimizer Represents reflection optimization for a particular class.ReflectionOptimizer.AccessOptimizer Represents optimized entity property access.ReflectionOptimizer.InstantiationOptimizer Represents optimized entity instantiation. -
Exception Summary Exception Description NotInstrumentedException Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.