Uses of Interface
javax.jdo.JDOEnhancer

Packages that use JDOEnhancer
javax.jdo This package contains the JDO specification interfaces and classes. 
 

Uses of JDOEnhancer in javax.jdo
 

Methods in javax.jdo that return JDOEnhancer
 JDOEnhancer JDOEnhancer.addClass(java.lang.String className, byte[] bytes)
          Add an in-memory class to the items to be enhanced.
 JDOEnhancer JDOEnhancer.addClasses(java.lang.String... classNames)
          Add class(es) to the items to be enhanced.
 JDOEnhancer JDOEnhancer.addFiles(java.lang.String... metadataFiles)
          Add metadata file(s) to the items to be enhanced.
 JDOEnhancer JDOEnhancer.addJar(java.lang.String jarFileName)
          Add a jar file to the items to be enhanced.
 JDOEnhancer JDOEnhancer.addPersistenceUnit(java.lang.String persistenceUnit)
          Add a persistence-unit to the items to be enhanced.
static JDOEnhancer JDOHelper.getEnhancer()
          Get a JDOEnhancer using the available enhancer(s) specified in "META-INF/services/JDOEnhancer" using the context class loader.
static JDOEnhancer JDOHelper.getEnhancer(java.lang.ClassLoader loader)
          Get a JDOEnhancer using the available enhancer(s) specified in "META-INF/services/JDOEnhancer"
 JDOEnhancer JDOEnhancer.setClassLoader(java.lang.ClassLoader loader)
          Mutator to set the class loader to use for loading classes.
 JDOEnhancer JDOEnhancer.setOutputDirectory(java.lang.String dirName)
          Mutator to set the location where enhanced classes are written.
 JDOEnhancer JDOEnhancer.setVerbose(boolean flag)
          Whether to provide verbose output
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.