Package | Description |
---|---|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
Modifier and Type | Method and Description |
---|---|
SliceStoreManager |
DistributedStoreManager.addSlice(Slice slice)
Adds the given slice with the given properties.
|
Modifier and Type | Method and Description |
---|---|
SliceStoreManager |
DistributedJDBCStoreManager.addSlice(Slice slice) |
SliceStoreManager |
DistributedJDBCStoreManager.getSlice(int i) |
Modifier and Type | Method and Description |
---|---|
(package private) List<SliceStoreManager> |
DistributedSQLStoreQuery.ParallelExecutor.findTargets() |
(package private) List<SliceStoreManager> |
DistributedStoreQuery.ParallelExecutor.findTargets() |
(package private) List<SliceStoreManager> |
DistributedJDBCStoreManager.getTargets(FetchConfiguration fetch)
Gets the list of slices mentioned as
hint of the given
fetch configuration . |
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.