org.apache.openjpa.enhance
Class PCEnhancerAgent
java.lang.Object
org.apache.openjpa.enhance.PCEnhancerAgent
public class PCEnhancerAgent
- extends Object
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
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PCEnhancerAgent
public PCEnhancerAgent()
premain
public static void premain(String args,
Instrumentation inst)
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.