Package | Description |
---|---|
org.apache.openjpa.ant |
OpenJPA Ant Tasks
Ant tasks for OpenJPA tools.
|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.jdbc.ant |
OpenJPA-JDBC Ant Tasks
Ant tasks for JDBC OpenJPA tools.
|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.lib.ant |
Ant Integration
This package provides a foundation for basic Ant support.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
org.apache.openjpa.xmlstore |
XML Store
Simple XML store using the common OpenJPA runtime system as a front end.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationImpl |
MetaDataToolTask.newConfiguration() |
protected ConfigurationImpl |
PCEnhancerTask.newConfiguration() |
protected ConfigurationImpl |
ApplicationIdToolTask.newConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
OpenJPAConfigurationImpl
Implementation of the
OpenJPAConfiguration interface. |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationImpl |
MappingToolTask.newConfiguration() |
protected ConfigurationImpl |
SchemaToolTask.newConfiguration() |
protected ConfigurationImpl |
ReverseMappingToolTask.newConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
JDBCConfigurationImpl
Default implementation of the
JDBCConfiguration interface. |
Modifier and Type | Method and Description |
---|---|
protected abstract ConfigurationImpl |
AbstractTask.newConfiguration()
Implement this method to return a configuration object for the
product in use.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedJDBCConfigurationImpl
A specialized configuration embodies a set of Slice configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLConfiguration
Configuration implementation for the XML file store.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.