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

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

Uses of Instrumenter in org.hibernate.bytecode.buildtime
 

Classes in org.hibernate.bytecode.buildtime that implement Instrumenter
 class AbstractInstrumenter
          Provides the basic templating of how instrumentation should occur.
 class CGLIBInstrumenter
          Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using CGLIB.
 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.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.cglib
 

Methods in org.hibernate.tool.instrument.cglib that return Instrumenter
protected  Instrumenter InstrumentTask.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 © null-null Red Hat Middleware, LLC. All Rights Reserved