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

Packages that use Instrumenter.Options
org.hibernate.bytecode.buildtime   
org.hibernate.maven   
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.Options in org.hibernate.bytecode.buildtime
 

Fields in org.hibernate.bytecode.buildtime declared as Instrumenter.Options
protected  Instrumenter.Options AbstractInstrumenter.options
           
 

Constructors in org.hibernate.bytecode.buildtime with parameters of type Instrumenter.Options
AbstractInstrumenter(Logger logger, Instrumenter.Options options)
          Creates the basic instrumentation strategy.
CGLIBInstrumenter(Logger logger, Instrumenter.Options options)
           
JavassistInstrumenter(Logger logger, Instrumenter.Options options)
           
 

Uses of Instrumenter.Options in org.hibernate.maven
 

Classes in org.hibernate.maven that implement Instrumenter.Options
 class InstrumentationMojo
           
 

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

Classes in org.hibernate.tool.instrument that implement Instrumenter.Options
 class BasicInstrumentationTask
          Super class for all Hibernate instrumentation tasks.
 

Methods in org.hibernate.tool.instrument with parameters of type Instrumenter.Options
protected abstract  Instrumenter BasicInstrumentationTask.buildInstrumenter(Logger logger, Instrumenter.Options options)
           
 

Uses of Instrumenter.Options in org.hibernate.tool.instrument.cglib
 

Methods in org.hibernate.tool.instrument.cglib with parameters of type Instrumenter.Options
protected  Instrumenter InstrumentTask.buildInstrumenter(Logger logger, Instrumenter.Options options)
           
 

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

Classes in org.hibernate.tool.instrument.javassist that implement Instrumenter.Options
 class InstrumentTask
          An Ant task for instrumenting persistent classes in order to enable field-level interception using Javassist.
 

Methods in org.hibernate.tool.instrument.javassist with parameters of type Instrumenter.Options
protected  Instrumenter InstrumentTask.buildInstrumenter(Logger logger, Instrumenter.Options options)
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved