Uses of Class
org.datanucleus.enhancer.DataNucleusEnhancer
Packages that use DataNucleusEnhancer
-
Uses of DataNucleusEnhancer in org.datanucleus.enhancer
Methods in org.datanucleus.enhancer that return DataNucleusEnhancerModifier and TypeMethodDescriptionMethod to add the specified class (and its input bytes) to the list of classes to enhance.DataNucleusEnhancer.addClasses
(String... classNames) Method to add the specified classes to the list of classes to enhance.Method to add the specified files to the list of components to enhance.Method to add the classes defined by the specified jar to the list of components to enhance.DataNucleusEnhancer.addPersistenceUnit
(String persistenceUnitName) Method to add the classes defined by the persistence-unit to the list of classes to enhance.DataNucleusEnhancer.addPersistenceUnit
(PersistenceUnitMetaData pumd) Method to add the classes defined by the persistence-unit to the list of classes to enhance.CommandLineHelper.createDataNucleusEnhancer()
DataNucleusEnhancer.setClassLoader
(ClassLoader loader) Method to set the class loader to use for loading the class(es) to be enhanced.DataNucleusEnhancer.setDetachListener
(boolean flag) Mutator for whether to allow generation of default constructor where needed.DataNucleusEnhancer.setGenerateConstructor
(boolean flag) Mutator for whether to allow generation of default constructor where needed.DataNucleusEnhancer.setGeneratePK
(boolean flag) Mutator for whether to allow generation of PKs where needed.DataNucleusEnhancer.setOutputDirectory
(String dir) Mutator for the output directory where any classes will be written.DataNucleusEnhancer.setSystemOut
(boolean sysout) Mutator for whether to output to system out.DataNucleusEnhancer.setVerbose
(boolean verbose) Mutator for the verbose flagMethods in org.datanucleus.enhancer with parameters of type DataNucleusEnhancerModifier and TypeMethodDescriptionprivate void
CommandLineHelper.configureDestination
(DataNucleusEnhancer enhancer) private void
CommandLineHelper.configureDetachListener
(DataNucleusEnhancer enhancer) private void
CommandLineHelper.configureGenerateConstructor
(DataNucleusEnhancer enhancer) private void
CommandLineHelper.configureGeneratePK
(DataNucleusEnhancer enhancer) private void
CommandLineHelper.configureQuietAndVerbose
(DataNucleusEnhancer enhancer) private void
CommandLineHelper.logClasspath
(DataNucleusEnhancer enhancer) private void
CommandLineHelper.logEnhancerVersion
(DataNucleusEnhancer enhancer, String apiName)