|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String className,
byte[] bytes)
Add an in-memory class to the items to be enhanced. |
JDOEnhancer |
JDOEnhancer.addClasses(String... classNames)
Add class(es) to the items to be enhanced. |
JDOEnhancer |
JDOEnhancer.addFiles(String... metadataFiles)
Add metadata file(s) to the items to be enhanced. |
JDOEnhancer |
JDOEnhancer.addJar(String jarFileName)
Add a jar file to the items to be enhanced. |
JDOEnhancer |
JDOEnhancer.addPersistenceUnit(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(ClassLoader loader)
Get a JDOEnhancer using the available enhancer(s) specified in
"META-INF/services/JDOEnhancer" |
JDOEnhancer |
JDOEnhancer.setClassLoader(ClassLoader loader)
Mutator to set the class loader to use for loading classes. |
JDOEnhancer |
JDOEnhancer.setOutputDirectory(String dirName)
Mutator to set the location where enhanced classes are written. |
JDOEnhancer |
JDOEnhancer.setVerbose(boolean flag)
Whether to provide verbose output |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |