public interface FinderTargetPolicy
DistributionPolicy
Modifier and Type | Method and Description |
---|---|
String[] |
getTargets(Class<?> cls,
Object oid,
List<String> slices,
Object context)
Gets the name of the slices where a given finder will be executed.
|
String[] getTargets(Class<?> cls, Object oid, List<String> slices, Object context)
cls
- The class of the finder.oid
- the primary key for the finderslices
- 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–2022 Apache Software Foundation. All rights reserved.