Package | Description |
---|---|
org.apache.openjpa.enhance |
OpenJPA Enhancer
This package provides a bytecode enhancer used to
post-process classes for use in a OpenJPA runtime.
|
Modifier and Type | Method and Description |
---|---|
BytecodeWriter |
PCEnhancer.getBytecodeWriter()
Return the current
BytecodeWriter to write to or null if none. |
Modifier and Type | Method and Description |
---|---|
static boolean |
PCEnhancer.run(OpenJPAConfiguration conf,
String[] args,
PCEnhancer.Flags flags,
MetaDataRepository repos,
BytecodeWriter writer,
ClassLoader loader)
Enhance the given classes.
|
void |
PCEnhancer.setBytecodeWriter(BytecodeWriter writer)
Set the
BytecodeWriter to write the bytecode to or null if none. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.