Uses of Interface
org.apache.openjpa.slice.ReplicationPolicy
Packages that use ReplicationPolicy
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of ReplicationPolicy in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement ReplicationPolicyModifier and TypeClassDescriptionstatic classImplements a default replication policy to replicate the given instance across all available slices.Methods in org.apache.openjpa.slice that return ReplicationPolicyModifier and TypeMethodDescriptionDistributedConfiguration.getReplicationPolicyInstance()Gets the policy that governs how new replicated instances will be replicated across the available slices.Methods in org.apache.openjpa.slice with parameters of type ReplicationPolicyModifier and TypeMethodDescriptionvoidDistributedConfiguration.setReplicationPolicyInstance(ReplicationPolicy policy) Sets the policy that governs how new replicated instances will be replicated across the available slices. -
Uses of ReplicationPolicy in org.apache.openjpa.slice.jdbc
Methods in org.apache.openjpa.slice.jdbc that return ReplicationPolicyModifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getReplicationPolicyInstance()Methods in org.apache.openjpa.slice.jdbc with parameters of type ReplicationPolicyModifier and TypeMethodDescriptionvoidDistributedJDBCConfigurationImpl.setReplicationPolicyInstance(ReplicationPolicy policy)