Uses of Package
org.apache.openjpa.slice
-
Packages that use org.apache.openjpa.slice Package Description 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 Class Description DistributedBroker Extension to Broker to allow access tovirtual data store
.DistributedConfiguration A configuration for multiple data stores, each referred as slice.DistributedStoreManager A specializedStore 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 Class Description DistributedBroker Extension to Broker to allow access tovirtual data store
.DistributedBrokerFactory Extension to BrokerFactory to allow dynamically add/remove slices.DistributedConfiguration A configuration for multiple data stores, each referred as slice.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