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 Instrumenter.Options |
AbstractInstrumenter.options |
Constructor and Description |
---|
AbstractInstrumenter(Logger logger,
Instrumenter.Options options)
Creates the basic instrumentation strategy.
|
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
An Ant task for instrumenting persistent classes in order to enable
field-level interception using Javassist.
|
Modifier and Type | Method and Description |
---|---|
protected Instrumenter |
InstrumentTask.buildInstrumenter(Logger logger,
Instrumenter.Options options) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.