|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.enhance.PCEnhancerAgent
public class PCEnhancerAgent
Java agent that makes persistent classes implement the
PersistenceCapable
interface at runtime. The agent is launched
at JVM startup from the command line:
java -javaagent:openjpa.jar[=<options>]
The options string should be formatted as a OpenJPA plugin, and may
contain any properties understood by the OpenJPA enhancer or any
configuration properties. For example:
java -javaagent:openjpa.jar
Constructor Summary | |
---|---|
PCEnhancerAgent()
|
Method Summary | |
---|---|
static void |
premain(java.lang.String args,
java.lang.instrument.Instrumentation inst)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PCEnhancerAgent()
Method Detail |
---|
public static void premain(java.lang.String args, java.lang.instrument.Instrumentation inst)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |