Uses of Interface
org.apache.openjpa.slice.QueryTargetPolicy
-
Packages that use QueryTargetPolicy Package Description 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 Modifier and Type Method Description QueryTargetPolicyDistributedConfiguration. 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 Modifier and Type Method Description voidDistributedConfiguration. 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 Modifier and Type Method Description QueryTargetPolicyDistributedJDBCConfigurationImpl. getQueryTargetPolicyInstance()Methods in org.apache.openjpa.slice.jdbc with parameters of type QueryTargetPolicy Modifier and Type Method Description voidDistributedJDBCConfigurationImpl. setQueryTargetPolicyInstance(QueryTargetPolicy policy)
-