接口的使用
org.hibernate.bytecode.spi.BytecodeProvider
-
使用BytecodeProvider的程序包 程序包 说明 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.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. -
-
org.hibernate.bytecode.internal中BytecodeProvider的使用
类型参数类型为BytecodeProvider的org.hibernate.bytecode.internal中的字段 修饰符和类型 字段 说明 static StandardServiceInitiator<BytecodeProvider>BytecodeProviderInitiator. INSTANCESingleton access返回BytecodeProvider的org.hibernate.bytecode.internal中的方法 修饰符和类型 方法 说明 BytecodeProviderBytecodeProviderInitiator. initiateService(Map configurationValues, ServiceRegistryImplementor registry)返回变量类型为BytecodeProvider的类型的org.hibernate.bytecode.internal中的方法 修饰符和类型 方法 说明 Class<BytecodeProvider>BytecodeProviderInitiator. getServiceInitiated()参数类型为BytecodeProvider的org.hibernate.bytecode.internal中的构造器 构造器 说明 SessionFactoryObserverForBytecodeEnhancer(BytecodeProvider bytecodeProvider) -
org.hibernate.bytecode.internal.bytebuddy中BytecodeProvider的使用
实现BytecodeProvider的org.hibernate.bytecode.internal.bytebuddy中的类 修饰符和类型 类 说明 classBytecodeProviderImpl -
org.hibernate.bytecode.internal.javassist中BytecodeProvider的使用
实现BytecodeProvider的org.hibernate.bytecode.internal.javassist中的类 修饰符和类型 类 说明 classBytecodeProviderImplBytecode provider implementation for Javassist. -
org.hibernate.bytecode.internal.none中BytecodeProvider的使用
实现BytecodeProvider的org.hibernate.bytecode.internal.none中的类 修饰符和类型 类 说明 classBytecodeProviderImplThis BytecodeProvider represents the "no-op" enhancer; mostly useful as an optimisation when not needing any byte code optimisation applied, for example when the entities have been enhanced at compile time. -
org.hibernate.cfg中BytecodeProvider的使用
返回BytecodeProvider的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 static BytecodeProviderEnvironment. buildBytecodeProvider(Properties properties)static BytecodeProviderEnvironment. getBytecodeProvider()已过时。Deprecated to indicate that the method will be moved toSessionFactoryOptions/SessionFactoryBuilder- probably in 6.0.
-