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 JDOEnhancerJDOHelper.getEnhancer()Get aJDOEnhancerusing the available enhancer(s) specified in "META-INF/services/JDOEnhancer" using the context class loader.static JDOEnhancerJDOHelper.getEnhancer(ClassLoader loader) Get aJDOEnhancerusing 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