Package | Description |
---|---|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
Class and Description |
---|
SliceStoreManager
A specialized JDBCStoreManager for a slice.
|
Class and Description |
---|
DistributedConnection
A virtual connection that contains multiple physical connections.
|
DistributedDataSource
A virtual datasource that contains many physical datasources.
|
DistributedJDBCBrokerFactory
A factory for distributed JDBC datastores.
|
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of
JDBCConfigurations.
|
DistributedPreparedStatement
A virtual PreparedStaement that delegates to a set of actual
PreparedStatements.
|
DistributedResultSet
A chain of ResultSet.
|
DistributedStatement
A virtual Statement that delegates to many actual Statements.
|
DistributedTemplate
A template for multiple Statements being executed by multiple connections.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.