Uses of Package
org.apache.openjpa.jdbc.conf

Packages that use org.apache.openjpa.jdbc.conf
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.jdbc.identifier   
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.jdbc.sql OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. 
org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC JDBC-specific extensions to OpenJPA JPA runtime. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.jdbc.conf
FetchModeValue
          Value type used to represent fetch modes.
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
MappingFactoryValue
          Handles the complex logic of creating a MetaDataFactory for combined metadata and mapping.
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.jdbc.identifier
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.jdbc.kernel
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.jdbc.meta
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.jdbc.schema
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.jdbc.sql
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.persistence.jdbc
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

Classes in org.apache.openjpa.jdbc.conf used by org.apache.openjpa.slice.jdbc
JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
JDBCConfigurationImpl
          Default implementation of the JDBCConfiguration interface.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.