|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Options | |
---|---|
org.apache.openjpa.enhance | OpenJPA Enhancer |
org.apache.openjpa.event | OpenJPA Events |
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata |
org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management |
org.apache.openjpa.lib.conf | Configuration Framework |
org.apache.openjpa.lib.log | Logging |
org.apache.openjpa.lib.util | General Utilities |
org.apache.openjpa.meta | OpenJPA Metadata |
org.apache.openjpa.persistence | OpenJPA JPA |
Uses of Options in org.apache.openjpa.enhance |
---|
Methods in org.apache.openjpa.enhance with parameters of type Options | |
---|---|
static boolean |
PCEnhancer.run(OpenJPAConfiguration conf,
String[] args,
Options opts)
Run the tool. |
static boolean |
ApplicationIdTool.run(OpenJPAConfiguration conf,
String[] args,
Options opts)
Run the application id tool with the given command-line and given configuration. |
Constructors in org.apache.openjpa.enhance with parameters of type Options | |
---|---|
PCClassFileTransformer(MetaDataRepository repos,
Options opts,
ClassLoader loader)
Constructor. |
Uses of Options in org.apache.openjpa.event |
---|
Methods in org.apache.openjpa.event with parameters of type Options | |
---|---|
void |
JMSRemoteCommitProvider.setInto(Options opts)
Set a map of properties to pass to the InitialContext
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 | |
---|---|
static boolean |
ValueTableJDBCSeq.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 |
NativeJDBCSeq.run(JDBCConfiguration conf,
String[] args,
Options opts)
Run the tool. |
static boolean |
ClassTableJDBCSeq.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 Options | |
---|---|
static boolean |
ReverseMappingTool.run(JDBCConfiguration conf,
String[] args,
Options opts)
Run the tool. |
static boolean |
MappingTool.run(JDBCConfiguration conf,
String[] args,
Options opts)
Run the tool. |
Uses of Options in org.apache.openjpa.jdbc.schema |
---|
Methods in org.apache.openjpa.jdbc.schema with parameters of type Options | |
---|---|
static boolean |
TableSchemaFactory.run(JDBCConfiguration conf,
String[] args,
Options opts)
Run the tool. |
static boolean |
SchemaTool.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 Options | |
---|---|
static Options |
Configurations.parseProperties(String properties)
Parse a set of properties from a comma-separated string. |
Methods in org.apache.openjpa.lib.conf with parameters of type Options | |
---|---|
static void |
Configurations.populateConfiguration(Configuration conf,
Options opts)
Set the given Configuration instance from the command line
options provided. |
void |
GenericConfigurable.setInto(Options opts)
Perform any generic configuration based on the data in opts . |
Uses of Options in org.apache.openjpa.lib.log |
---|
Methods in org.apache.openjpa.lib.log with parameters of type Options | |
---|---|
void |
LogFactoryImpl.setInto(Options opts)
|
Uses of Options in org.apache.openjpa.lib.util |
---|
Fields in org.apache.openjpa.lib.util declared as Options | |
---|---|
static Options |
Options.EMPTY
Immutable empty instance. |
Methods in org.apache.openjpa.lib.util that return Options | |
---|---|
Options |
Options.setInto(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 | |
---|---|
static boolean |
MetaDataTool.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 | |
---|---|
void |
PersistenceMetaDataFactory.setInto(Options opts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |