| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected Instrumenter.Options |
AbstractInstrumenter.options |
| Constructor and Description |
|---|
AbstractInstrumenter(Logger logger,
Instrumenter.Options options)
Creates the basic instrumentation strategy.
|
CGLIBInstrumenter(Logger logger,
Instrumenter.Options options) |
JavassistInstrumenter(Logger logger,
Instrumenter.Options options) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicInstrumentationTask
Super class for all Hibernate instrumentation tasks.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Instrumenter |
BasicInstrumentationTask.buildInstrumenter(Logger logger,
Instrumenter.Options options) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstrumentTask
Deprecated.
Per HHH-5451 support for cglib as a bytecode provider has been deprecated; use
InstrumentTask instead |
| Modifier and Type | Method and Description |
|---|---|
protected Instrumenter |
InstrumentTask.buildInstrumenter(Logger logger,
Instrumenter.Options options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Instrumenter |
InstrumentTask.buildInstrumenter(Logger logger,
Instrumenter.Options options) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved