Package org.hibernate.bytecode.spi
package org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
-
ClassDescriptionA proxy factory for "basic proxy" generation.Encapsulates bytecode enhancement information about a particular entity.Contract for providers of bytecode services to Hibernate.A persistence provider provides an instance of this interface to the
PersistenceUnitInfo.addTransformer(ClassTransformer)method.Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.An interface for factories ofproxy factoryinstances.Deprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0Represents optimized entity property access.Represents optimized entity instantiation.