|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instrumenter.Options | |
---|---|
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.Options in org.hibernate.bytecode.buildtime.internal |
---|
Constructors in org.hibernate.bytecode.buildtime.internal with parameters of type Instrumenter.Options | |
---|---|
JavassistInstrumenter(Logger logger,
Instrumenter.Options options)
|
Uses of Instrumenter.Options in org.hibernate.bytecode.buildtime.spi |
---|
Fields in org.hibernate.bytecode.buildtime.spi declared as Instrumenter.Options | |
---|---|
protected Instrumenter.Options |
AbstractInstrumenter.options
|
Constructors in org.hibernate.bytecode.buildtime.spi with parameters of type Instrumenter.Options | |
---|---|
AbstractInstrumenter(Logger logger,
Instrumenter.Options options)
Creates the basic instrumentation strategy. |
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |