public interface QueryTargetPolicy
DistributionPolicyString[] getTargets(String query, Map<Object,Object> params, String language, List<String> slices, Object context)
query - The query string to be executed.params - the bound parameters of the querylanguage - the query languageslices - list of names of the active slices. The ordering of
the list is either explicit openjpa.slice.Names property
or implicit i.e. alphabetic order of available identifiers if
openjpa.slice.Names is unspecified.context - generic persistence context managing the given instance.DistributedConfiguration.getActiveSliceNames()Copyright © 2006–2018 Apache Software Foundation. All rights reserved.