Uses of Interface
org.apache.openjpa.slice.QueryTargetPolicy

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

Uses of QueryTargetPolicy in org.apache.openjpa.slice
 

Methods in org.apache.openjpa.slice that return QueryTargetPolicy
 QueryTargetPolicy DistributedConfiguration.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 QueryTargetPolicy
 void 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 QueryTargetPolicy
 QueryTargetPolicy DistributedJDBCConfigurationImpl.getQueryTargetPolicyInstance()
           
 

Methods in org.apache.openjpa.slice.jdbc with parameters of type QueryTargetPolicy
 void DistributedJDBCConfigurationImpl.setQueryTargetPolicyInstance(QueryTargetPolicy policy)
           
 



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