public interface QueryTargetPolicy
DistributionPolicy
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getTargets(java.lang.String query,
java.util.Map<java.lang.Object,java.lang.Object> params,
java.lang.String language,
java.util.List<java.lang.String> slices,
java.lang.Object context)
Gets the name of the slices where a given query will be executed.
|
java.lang.String[] getTargets(java.lang.String query, java.util.Map<java.lang.Object,java.lang.Object> params, java.lang.String language, java.util.List<java.lang.String> slices, java.lang.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-2013 Apache Software Foundation. All Rights Reserved.