Uses of Interface
org.apache.openjpa.slice.QueryTargetPolicy
Packages that use QueryTargetPolicy
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of QueryTargetPolicy in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice that return QueryTargetPolicyModifier and TypeMethodDescriptionDistributedConfiguration.getQueryTargetPolicyInstance()
Gets the policy that governs which slices will be targeted for a given query.Methods in org.apache.openjpa.slice with parameters of type QueryTargetPolicyModifier and TypeMethodDescriptionvoid
DistributedConfiguration.setQueryTargetPolicyInstance
(QueryTargetPolicy policy) Sets the policy that governs which slices will be targeted for a given query. -
Uses of QueryTargetPolicy in org.apache.openjpa.slice.jdbc
Methods in org.apache.openjpa.slice.jdbc that return QueryTargetPolicyModifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getQueryTargetPolicyInstance()
Methods in org.apache.openjpa.slice.jdbc with parameters of type QueryTargetPolicyModifier and TypeMethodDescriptionvoid
DistributedJDBCConfigurationImpl.setQueryTargetPolicyInstance
(QueryTargetPolicy policy)