Uses of Interface
javax.jdo.JDOEnhancer
Packages that use JDOEnhancer
-
Uses of JDOEnhancer in javax.jdo
Methods in javax.jdo that return JDOEnhancerModifier and TypeMethodDescriptionAdd an in-memory class to the items to be enhanced.JDOEnhancer.addClasses
(String... classNames) Add class(es) to the items to be enhanced.Add metadata file(s) to the items to be enhanced.Add a jar file to the items to be enhanced.JDOEnhancer.addPersistenceUnit
(String persistenceUnit) Add a persistence-unit to the items to be enhanced.static JDOEnhancer
JDOHelper.getEnhancer()
Get aJDOEnhancer
using the available enhancer(s) specified in "META-INF/services/JDOEnhancer" using the context class loader.static JDOEnhancer
JDOHelper.getEnhancer
(ClassLoader loader) Get aJDOEnhancer
using the available enhancer(s) specified in "META-INF/services/JDOEnhancer"JDOEnhancer.setClassLoader
(ClassLoader loader) Mutator to set the class loader to use for loading classes.JDOEnhancer.setOutputDirectory
(String dirName) Mutator to set the location where enhanced classes are written.JDOEnhancer.setVerbose
(boolean flag) Whether to provide verbose output