|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Instrumenter.Options | |
|---|---|
| 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.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.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 |
|---|
| Classes in org.hibernate.tool.instrument.cglib that implement Instrumenter.Options | |
|---|---|
class |
InstrumentTask
Deprecated. Per HHH-5451 support for cglib as a bytecode provider has been deprecated; use InstrumentTask instead |
| Methods in org.hibernate.tool.instrument.cglib with parameters of type Instrumenter.Options | |
|---|---|
protected Instrumenter |
InstrumentTask.buildInstrumenter(Logger logger,
Instrumenter.Options options)
Deprecated. |
| Uses of Instrumenter.Options in org.hibernate.tool.instrument.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 | |||||||||