Package | Description |
---|---|
org.hibernate.bytecode.buildtime.internal |
Javassist support internals
|
org.hibernate.bytecode.buildtime.spi |
Package defining build-time bytecode code enhancement (instrumentation) support.
|
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 |
Constructor and Description |
---|
JavassistInstrumenter(Logger logger,
Instrumenter.Options options)
Constructs the Javassist-based instrumenter.
|
Modifier and Type | Field and Description |
---|---|
protected Logger |
AbstractInstrumenter.logger |
Constructor and Description |
---|
AbstractInstrumenter(Logger logger,
Instrumenter.Options options)
Creates the basic instrumentation strategy.
|
Modifier and Type | Class and Description |
---|---|
protected class |
BasicInstrumentationTask.LoggerBridge |
Modifier and Type | Method and Description |
---|---|
protected abstract Instrumenter |
BasicInstrumentationTask.buildInstrumenter(Logger logger,
Instrumenter.Options options) |
Modifier and Type | Method and Description |
---|---|
protected Instrumenter |
InstrumentTask.buildInstrumenter(Logger logger,
Instrumenter.Options options) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.