The interface for oj.FetchByKeysCapability
- Since:
- 4.2.0
Fields
-
implementation :"iteration"|"lookup"
PREVIEW: This is a preview API. Preview APIs are production quality, but can be changed on a major version without a deprecation path.
-
The type of implementation for fetchByKeys and containsKeys methods. Possible values are:
- "iteration": the implementation uses fetchFirst iteratively to find the result
- "lookup": the implementation uses direct lookup to find the result
- Since:
- 4.2.0