程序包的使用
org.hibernate.bytecode.spi
-
使用org.hibernate.bytecode.spi的程序包 程序包 说明 org.hibernate.bytecode.internal org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.javassist Javassist support internalsorg.hibernate.bytecode.internal.none org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.jpa.internal.enhance org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.entity -
org.hibernate.bytecode.internal使用的org.hibernate.bytecode.spi中的类 类 说明 BytecodeProvider Contract for providers of bytecode services to Hibernate.ProxyFactoryFactory An interface for factories ofproxy factoryinstances. -
org.hibernate.bytecode.internal.bytebuddy使用的org.hibernate.bytecode.spi中的类 类 说明 BasicProxyFactory A proxy factory for "basic proxy" generation.BytecodeProvider Contract for providers of bytecode services to Hibernate.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. -
org.hibernate.bytecode.internal.javassist使用的org.hibernate.bytecode.spi中的类 类 说明 BasicProxyFactory A proxy factory for "basic proxy" generation.BytecodeProvider Contract for providers of bytecode services to Hibernate.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. -
org.hibernate.bytecode.internal.none使用的org.hibernate.bytecode.spi中的类 类 说明 BytecodeProvider Contract for providers of bytecode services to Hibernate.ProxyFactoryFactory An interface for factories ofproxy factoryinstances.ReflectionOptimizer Represents reflection optimization for a particular class. -
org.hibernate.bytecode.spi使用的org.hibernate.bytecode.spi中的类 类 说明 BasicProxyFactory A proxy factory for "basic proxy" generation.ClassTransformer A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.NotInstrumentedException Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.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. -
org.hibernate.cfg使用的org.hibernate.bytecode.spi中的类 类 说明 BytecodeProvider Contract for providers of bytecode services to Hibernate. -
org.hibernate.jpa.internal.enhance使用的org.hibernate.bytecode.spi中的类 类 说明 ClassTransformer A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method. -
org.hibernate.persister.entity使用的org.hibernate.bytecode.spi中的类 类 说明 BytecodeEnhancementMetadata Encapsulates bytecode enhancement information about a particular entity. -
org.hibernate.tuple使用的org.hibernate.bytecode.spi中的类 类 说明 ReflectionOptimizer.InstantiationOptimizer Represents optimized entity instantiation. -
org.hibernate.tuple.entity使用的org.hibernate.bytecode.spi中的类 类 说明 BytecodeEnhancementMetadata Encapsulates bytecode enhancement information about a particular entity.NotInstrumentedException Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.ReflectionOptimizer.InstantiationOptimizer Represents optimized entity instantiation.