Uses of Class
org.apache.openjpa.slice.jdbc.SliceStoreManager

Packages that use SliceStoreManager
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of SliceStoreManager in org.apache.openjpa.slice
 

Methods in org.apache.openjpa.slice that return SliceStoreManager
 SliceStoreManager DistributedStoreManager.addSlice(Slice slice)
          Adds the given slice with the given properties.
 

Uses of SliceStoreManager in org.apache.openjpa.slice.jdbc
 

Methods in org.apache.openjpa.slice.jdbc that return SliceStoreManager
 SliceStoreManager DistributedJDBCStoreManager.addSlice(Slice slice)
           
 SliceStoreManager DistributedJDBCStoreManager.getSlice(int i)
           
 

Methods in org.apache.openjpa.slice.jdbc that return types with arguments of type SliceStoreManager
(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-2010 Apache Software Foundation. All Rights Reserved.