Uses of Package
org.apache.openjpa.slice

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

Classes in org.apache.openjpa.slice used by org.apache.openjpa.slice
DistributedBroker
          Extension to Broker to allow access to virtual data store.
DistributedConfiguration
          A configuration for multiple data stores, each referred as slice.
DistributedStoreManager
          A specialized Store Manager that encapsulates multiple concrete Store Managers using Distributed Template (or Composite) Design Pattern.
DistributionPolicy
          Policy to select one of the physical databases referred as slice in which a given persistent instance will be stored.
FinderTargetPolicy
          Policy to select one or more of the physical databases referred as slice in which a given finder will be executed.
QueryTargetPolicy
          Policy to select one or more of the physical databases referred as slice in which a given query will be executed.
ReplicationPolicy
          Policy to select one or more of the physical databases referred as slice in which a given persistent instance will be persisted.
Slice
          Represents a database slice of immutable logical name, a configuration and status.
Slice.Status
           
SliceInfo
          Holder of slice names where a persistent instance is stored.
 

Classes in org.apache.openjpa.slice used by org.apache.openjpa.slice.jdbc
DistributedBroker
          Extension to Broker to allow access to virtual data store.
DistributedBrokerFactory
          Extension to BrokerFactory to allow dynamically add/remove slices.
DistributedConfiguration
          A configuration for multiple data stores, each referred as slice.
DistributedStoreManager
          A specialized Store Manager that encapsulates multiple concrete Store Managers using Distributed Template (or Composite) Design Pattern.
DistributionPolicy
          Policy to select one of the physical databases referred as slice in which a given persistent instance will be stored.
FinderTargetPolicy
          Policy to select one or more of the physical databases referred as slice in which a given finder will be executed.
QueryTargetPolicy
          Policy to select one or more of the physical databases referred as slice in which a given query will be executed.
ReplicationPolicy
          Policy to select one or more of the physical databases referred as slice in which a given persistent instance will be persisted.
Slice
          Represents a database slice of immutable logical name, a configuration and status.
Slice.Status
           
SliceInfo
          Holder of slice names where a persistent instance is stored.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.