Uses of Interface
org.hibernate.bytecode.spi.BytecodeProvider

Packages that use BytecodeProvider
org.hibernate.bytecode.internal.javassist   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.test.instrument.runtime   
 

Uses of BytecodeProvider in org.hibernate.bytecode.internal.javassist
 

Classes in org.hibernate.bytecode.internal.javassist that implement BytecodeProvider
 class BytecodeProviderImpl
          Bytecode provider implementation for Javassist.
 

Uses of BytecodeProvider in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return BytecodeProvider
static BytecodeProvider Environment.buildBytecodeProvider(Properties properties)
           
static BytecodeProvider Environment.getBytecodeProvider()
           
 

Uses of BytecodeProvider in org.hibernate.test.instrument.runtime
 

Methods in org.hibernate.test.instrument.runtime that return BytecodeProvider
protected abstract  BytecodeProvider AbstractTransformingClassLoaderInstrumentTestCase.buildBytecodeProvider()
           
protected  BytecodeProvider JavassistInstrumentationTest.buildBytecodeProvider()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.