Package | Description |
---|---|
org.apache.openjpa.enhance |
OpenJPA Enhancer
This package provides a bytecode enhancer used to
post-process classes for use in a OpenJPA runtime.
|
org.apache.openjpa.event |
OpenJPA Events
This package provides some interfaces and useful implementations
for OpenJPA's event notification framework.
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
org.apache.openjpa.jdbc.schema |
OpenJPA-JDBC Schema Management
This package provides utilities for managing the schema of
persistent objects stored in a relational database.
|
org.apache.openjpa.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
org.apache.openjpa.lib.log |
Logging
This package provides a lightweight logging interface, a simple
implementation that writes logging output to the console and
allows for basic log configuration, and plug-ins for the Apache
Commons Logging and the Apache Log4J frameworks.
|
org.apache.openjpa.lib.util |
General Utilities
|
org.apache.openjpa.meta |
OpenJPA Metadata
This package provides an extendable framework for parsing and caching
persistence metadata.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.tools.maven |
Modifier and Type | Method and Description |
---|---|
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 |
PCEnhancer.run(OpenJPAConfiguration conf,
String[] args,
Options opts)
Run the tool.
|
static boolean |
PCEnhancer.run(String[] args,
Options opts)
Run the tool.
|
Constructor and Description |
---|
PCClassFileTransformer(MetaDataRepository repos,
Options opts,
ClassLoader loader)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSRemoteCommitProvider.setInto(Options opts)
Set a map of properties to pass to the
InitialContext
constructor for JNDI lookups. |
Modifier and Type | Method and Description |
---|---|
static boolean |
ClassTableJDBCSeq.run(JDBCConfiguration conf,
String[] args,
Options opts)
Run the tool.
|
static boolean |
ValueTableJDBCSeq.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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ReverseMappingTool.run(JDBCConfiguration conf,
String[] args,
Options opts)
Run the tool.
|
static boolean |
MappingTool.run(JDBCConfiguration conf,
String[] args,
Options opts,
ClassLoader loader)
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.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static Options |
Configurations.parseProperties(String properties)
Parse a set of properties from a comma-separated string.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
Configurations.getFullyQualifiedAnchorsInPropertiesLocation(Options opts)
Return a List
opts . |
static void |
Configurations.populateConfiguration(Configuration conf,
Options opts)
Set the given
Configuration instance from the command line
options provided. |
boolean |
Configurations.Runnable.run(Options opts) |
static boolean |
Configurations.runAgainstAllAnchors(Options opts,
Configurations.Runnable runnable)
Runs
runnable against all the anchors in the configuration
pointed to by opts . |
void |
GenericConfigurable.setInto(Options opts)
Perform any generic configuration based on the data in
opts . |
Modifier and Type | Method and Description |
---|---|
void |
LogFactoryImpl.setInto(Options opts) |
Modifier and Type | Field and Description |
---|---|
static Options |
Options.EMPTY
Immutable empty instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MetaDataTool.run(OpenJPAConfiguration conf,
String[] args,
Options opts)
Run the tool.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceMetaDataFactory.setInto(Options opts) |
Modifier and Type | Method and Description |
---|---|
protected Options |
AbstractOpenJpaMojo.createOptions()
This function will usually get called by
AbstractOpenJpaMojo.getOptions() |
protected abstract Options |
AbstractOpenJpaMojo.getOptions()
Get the options for the various OpenJPA tools.
|
protected Options |
OpenJpaSchemaMojo.getOptions() |
protected Options |
AbstractOpenJpaEnhancerMojo.getOptions()
Get the options for the OpenJPA enhancer tool.
|
protected Options |
OpenJpaSqlMojo.getOptions() |
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.