程序包 org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
-
接口概要 接口 说明 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 ofproxy factoryinstances.ReflectionOptimizer Represents reflection optimization for a particular class.ReflectionOptimizer.AccessOptimizer Represents optimized entity property access.ReflectionOptimizer.InstantiationOptimizer Represents optimized entity instantiation. -
类概要 类 说明 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. -
异常错误概要 异常错误 说明 NotInstrumentedException Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.