Uses of Interface
org.apache.openjpa.slice.FinderTargetPolicy
-
Packages that use FinderTargetPolicy 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 FinderTargetPolicy in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice that return FinderTargetPolicy Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description FinderTargetPolicy
DistributedJDBCConfigurationImpl. getFinderTargetPolicyInstance()
Methods in org.apache.openjpa.slice.jdbc with parameters of type FinderTargetPolicy Modifier and Type Method Description void
DistributedJDBCConfigurationImpl. setFinderTargetPolicyInstance(FinderTargetPolicy policy)
-