Uses of Class
org.apache.openjpa.lib.util.Options
-
Packages that use Options Package Description org.apache.openjpa.enhance OpenJPA Enhancerorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.lib.log Loggingorg.apache.openjpa.lib.util General Utilitiesorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.tools.maven -
-
Uses of Options in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance with parameters of type Options Modifier and Type Method Description static PCClassFileTransformer
PCClassFileTransformer. newInstance(MetaDataRepository repos, Options parseProperties, java.lang.ClassLoader tmpLoader)
static boolean
ApplicationIdTool. run(OpenJPAConfiguration conf, java.lang.String[] args, Options opts)
Run the application id tool with the given command-line and given configuration.static boolean
PCEnhancer. run(java.lang.String[] args, Options opts)
Run the tool.static boolean
PCEnhancer. run(OpenJPAConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.Constructors in org.apache.openjpa.enhance with parameters of type Options Constructor Description PCClassFileTransformer(MetaDataRepository repos, Options opts, java.lang.ClassLoader loader)
Constructor.Reentrant(MetaDataRepository repos, Options opts, java.lang.ClassLoader loader)
-
Uses of Options in org.apache.openjpa.event
Methods in org.apache.openjpa.event with parameters of type Options Modifier and Type Method Description void
JMSRemoteCommitProvider. setInto(Options opts)
Set a map of properties to pass to theInitialContext
constructor for JNDI lookups. -
Uses of Options in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type Options Modifier and Type Method Description static boolean
ClassTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
NativeJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
TableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
ValueTableJDBCSeq. run(JDBCConfiguration conf, java.lang.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 Options Modifier and Type Method Description static boolean
MappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts, java.lang.ClassLoader loader)
Run the tool.static boolean
ReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
ReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts, java.util.Map<java.lang.Class<?>,java.lang.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 Options Modifier and Type Method Description static boolean
SchemaTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
TableSchemaFactory. run(JDBCConfiguration conf, java.lang.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 Options Modifier and Type Method Description static Options
Configurations. parseProperties(java.lang.String properties)
Parse a set of properties from a comma-separated string.Methods in org.apache.openjpa.lib.conf with parameters of type Options Modifier and Type Method Description static java.util.List<java.lang.String>
Configurations. 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
Configurations.Runnable. run(Options opts)
static boolean
Configurations. runAgainstAllAnchors(Options opts, Configurations.Runnable runnable)
Runsrunnable
against all the anchors in the configuration pointed to byopts
.void
GenericConfigurable. setInto(Options opts)
Perform 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 Modifier and Type Method Description void
LogFactoryImpl. setInto(Options opts)
-
Uses of Options in org.apache.openjpa.lib.util
Fields in org.apache.openjpa.lib.util declared as Options Modifier and Type Field Description static Options
Options. EMPTY
Immutable empty instance.Methods in org.apache.openjpa.lib.util that return Options Modifier and Type Method Description Options
Options. setInto(java.lang.Object obj)
This method uses reflection to set all the properties in the given object that are named by the keys in this map. -
Uses of Options in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta with parameters of type Options Modifier and Type Method Description static boolean
MetaDataTool. run(OpenJPAConfiguration conf, java.lang.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 Modifier and Type Method Description void
PersistenceMetaDataFactory. setInto(Options opts)
-
Uses of Options in org.apache.openjpa.tools.maven
Methods in org.apache.openjpa.tools.maven that return Options Modifier and Type Method Description protected 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()
-