Uses of Class
org.apache.openjpa.lib.util.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
Modifier and TypeMethodDescriptionstatic PCClassFileTransformer
PCClassFileTransformer.newInstance
(MetaDataRepository repos, Options parseProperties, ClassLoader tmpLoader) static boolean
ApplicationIdTool.run
(OpenJPAConfiguration conf, String[] args, Options opts) Run the application id tool with the given command-line and given configuration.static boolean
Run the tool.static boolean
PCEnhancer.run
(OpenJPAConfiguration conf, String[] args, Options opts) Run the tool.ModifierConstructorDescriptionPCClassFileTransformer
(MetaDataRepository repos, Options opts, ClassLoader loader) Constructor.Reentrant
(MetaDataRepository repos, Options opts, ClassLoader loader) -
Uses of Options in org.apache.openjpa.event
Modifier and TypeMethodDescriptionvoid
Set a map of properties to pass to theInitialContext
constructor for JNDI lookups. -
Uses of Options in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionstatic boolean
ClassTableJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
NativeJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
TableJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
ValueTableJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool. -
Uses of Options in org.apache.openjpa.jdbc.meta
Modifier and TypeMethodDescriptionstatic boolean
MappingTool.run
(JDBCConfiguration conf, String[] args, Options opts, ClassLoader loader) Run the tool.static boolean
ReverseMappingTool.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
ReverseMappingTool.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
Modifier and TypeMethodDescriptionstatic boolean
SchemaTool.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
TableSchemaFactory.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool. -
Uses of Options in org.apache.openjpa.lib.conf
Modifier and TypeMethodDescriptionstatic Options
Configurations.parseProperties
(String properties) Parse a set of properties from a comma-separated string.Modifier and TypeMethodDescriptionConfigurations.getFullyQualifiedAnchorsInPropertiesLocation
(Options opts) Return a Listof all the fully-qualified anchors specified in the properties location listed in opts
.static void
Configurations.populateConfiguration
(Configuration conf, Options opts) Set the givenConfiguration
instance from the command line options provided.boolean
static boolean
Configurations.runAgainstAllAnchors
(Options opts, Configurations.Runnable runnable) Runsrunnable
against all the anchors in the configuration pointed to byopts
.void
Perform any generic configuration based on the data inopts
. -
Uses of Options in org.apache.openjpa.lib.log
-
Uses of Options in org.apache.openjpa.lib.util
-
Uses of Options in org.apache.openjpa.meta
Modifier and TypeMethodDescriptionstatic boolean
MetaDataTool.run
(OpenJPAConfiguration conf, String[] args, Options opts) Run the tool. -
Uses of Options in org.apache.openjpa.persistence
-
Uses of Options in org.apache.openjpa.tools.maven
Modifier and TypeMethodDescriptionprotected Options
AbstractOpenJpaMojo.createOptions()
This function will usually get called byAbstractOpenJpaMojo.getOptions()
protected Options
AbstractOpenJpaEnhancerMojo.getOptions()
Get the options for the OpenJPA enhancer tool.protected abstract Options
AbstractOpenJpaMojo.getOptions()
Get the options for the various OpenJPA tools.protected Options
OpenJpaSchemaMojo.getOptions()
protected Options
OpenJpaSqlMojo.getOptions()