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

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

Uses of FinderTargetPolicy in org.apache.openjpa.slice
 

Methods in org.apache.openjpa.slice that return FinderTargetPolicy
 FinderTargetPolicy DistributedConfiguration.getFinderTargetPolicyInstance()
          Gets the policy that governs which slices will be targeted for a given finder.
 

Methods in org.apache.openjpa.slice with parameters of type FinderTargetPolicy
 void DistributedConfiguration.setFinderTargetPolicyInstance(FinderTargetPolicy policy)
          Sets the policy that governs which slices will be targeted for a given finder.
 

Uses of FinderTargetPolicy in org.apache.openjpa.slice.jdbc
 

Methods in org.apache.openjpa.slice.jdbc that return FinderTargetPolicy
 FinderTargetPolicy DistributedJDBCConfigurationImpl.getFinderTargetPolicyInstance()
           
 

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



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