com.google.appengine.tools.enhancer
Class Enhance
java.lang.Object
com.google.appengine.tools.enhancer.Enhance
public class Enhance
- extends java.lang.Object
The command-line interface for ORM enhancing. Usage:
java -cp classpath org.datanucleus.enhancer.DataNucleusEnhancer [options] [jdo-files] [class-files]
where options can be
-persistenceUnit persistence-unit-name : Name of a "persistence-unit" to enhance the classes for
-d target-dir-name : Write the enhanced classes to the specified directory
-api api-name : Name of the API we are enhancing for (JDO, JPA). Default is JDO
-enhancerName name : Name of the ClassEnhancer to use. Options ASM
-checkonly : Just check the classes for enhancement status
-v : verbose output
where classpath must contain the following
- your classes
- your meta-data files
Constructor Summary |
Enhance(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Enhance
public Enhance(java.lang.String[] args)
main
public static void main(java.lang.String[] args)