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 |
Modifier and Type | Class and Description |
---|---|
class |
JavassistInstrumenter
Strategy for performing build-time instrumentation of persistent classes in order to enable
field-level interception using Javassist.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInstrumenter
Provides the basic templating of how instrumentation should occur.
|
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.