Uses of Interface
org.hibernate.bytecode.buildtime.spi.Instrumenter

Packages that use Instrumenter
org.hibernate.bytecode.buildtime.internal   
org.hibernate.bytecode.buildtime.spi   
org.hibernate.tool.instrument The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing. 
org.hibernate.tool.instrument.javassist   
 

Uses of Instrumenter in org.hibernate.bytecode.buildtime.internal
 

Classes in org.hibernate.bytecode.buildtime.internal that implement Instrumenter
 class JavassistInstrumenter
          Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using Javassist.
 

Uses of Instrumenter in org.hibernate.bytecode.buildtime.spi
 

Classes in org.hibernate.bytecode.buildtime.spi that implement Instrumenter
 class AbstractInstrumenter
          Provides the basic templating of how instrumentation should occur.
 

Uses of Instrumenter in org.hibernate.tool.instrument
 

Methods in org.hibernate.tool.instrument that return Instrumenter
protected abstract  Instrumenter BasicInstrumentationTask.buildInstrumenter(Logger logger, Instrumenter.Options options)
           
 

Uses of Instrumenter in org.hibernate.tool.instrument.javassist
 

Methods in org.hibernate.tool.instrument.javassist that return Instrumenter
protected  Instrumenter InstrumentTask.buildInstrumenter(Logger logger, Instrumenter.Options options)
           
 



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