Uses of Class
org.apache.openjpa.lib.util.Options
Packages that use Options
Package
Description
OpenJPA Enhancer
OpenJPA Events
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC Schema Management
Configuration Framework
Logging
General Utilities
OpenJPA Metadata
OpenJPA JPA
-
Uses of Options in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance with parameters of type OptionsModifier and TypeMethodDescriptionstatic PCClassFileTransformerPCClassFileTransformer.newInstance(MetaDataRepository repos, Options parseProperties, ClassLoader tmpLoader) static booleanApplicationIdTool.run(OpenJPAConfiguration conf, String[] args, Options opts) Run the application id tool with the given command-line and given configuration.static booleanRun the tool.static booleanPCEnhancer.run(OpenJPAConfiguration conf, String[] args, Options opts) Run the tool.Constructors in org.apache.openjpa.enhance with parameters of type OptionsModifierConstructorDescriptionPCClassFileTransformer(MetaDataRepository repos, Options opts, ClassLoader loader) Constructor.Reentrant(MetaDataRepository repos, Options opts, ClassLoader loader) -
Uses of Options in org.apache.openjpa.event
Methods in org.apache.openjpa.event with parameters of type OptionsModifier and TypeMethodDescriptionvoidSet a map of properties to pass to theInitialContextconstructor for JNDI lookups. -
Uses of Options in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type OptionsModifier and TypeMethodDescriptionstatic booleanClassTableJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanNativeJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanTableJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanValueTableJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool. -
Uses of Options in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta with parameters of type OptionsModifier and TypeMethodDescriptionstatic booleanMappingTool.run(JDBCConfiguration conf, String[] args, Options opts, ClassLoader loader) Run the tool.static booleanReverseMappingTool.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanReverseMappingTool.run(JDBCConfiguration conf, String[] args, Options opts, Map<Class<?>, String> output) Run the tool and write to the optionally provided map. -
Uses of Options in org.apache.openjpa.jdbc.schema
Methods in org.apache.openjpa.jdbc.schema with parameters of type OptionsModifier and TypeMethodDescriptionstatic booleanSchemaTool.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanTableSchemaFactory.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool. -
Uses of Options in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return OptionsModifier and TypeMethodDescriptionstatic OptionsConfigurations.parseProperties(String properties) Parse a set of properties from a comma-separated string.Methods in org.apache.openjpa.lib.conf with parameters of type OptionsModifier and TypeMethodDescriptionConfigurations.getFullyQualifiedAnchorsInPropertiesLocation(Options opts) Return a Listof all the fully-qualified anchors specified in the properties location listed in opts.static voidConfigurations.populateConfiguration(Configuration conf, Options opts) Set the givenConfigurationinstance from the command line options provided.booleanstatic booleanConfigurations.runAgainstAllAnchors(Options opts, Configurations.Runnable runnable) Runsrunnableagainst all the anchors in the configuration pointed to byopts.voidPerform any generic configuration based on the data inopts. -
Uses of Options in org.apache.openjpa.lib.log
Methods in org.apache.openjpa.lib.log with parameters of type Options -
Uses of Options in org.apache.openjpa.lib.util
Fields in org.apache.openjpa.lib.util declared as OptionsMethods in org.apache.openjpa.lib.util that return Options -
Uses of Options in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta with parameters of type OptionsModifier and TypeMethodDescriptionstatic booleanMetaDataTool.run(OpenJPAConfiguration conf, String[] args, Options opts) Run the tool. -
Uses of Options in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence with parameters of type Options -
Uses of Options in org.apache.openjpa.tools.maven
Methods in org.apache.openjpa.tools.maven that return OptionsModifier and TypeMethodDescriptionprotected OptionsAbstractOpenJpaMojo.createOptions()This function will usually get called byAbstractOpenJpaMojo.getOptions()protected OptionsAbstractOpenJpaEnhancerMojo.getOptions()Get the options for the OpenJPA enhancer tool.protected abstract OptionsAbstractOpenJpaMojo.getOptions()Get the options for the various OpenJPA tools.protected OptionsOpenJpaSchemaMojo.getOptions()protected OptionsOpenJpaSqlMojo.getOptions()