CompletableFuture<LookupInResult> |
AsyncCollection.lookupIn(String id,
List<LookupInSpec> specs) |
Performs lookups to document fragments with default options.
|
CompletableFuture<LookupInResult> |
AsyncCollection.lookupIn(String id,
List<LookupInSpec> specs,
LookupInOptions options) |
Performs lookups to document fragments with custom options.
|
LookupInResult |
Collection.lookupIn(String id,
List<LookupInSpec> specs) |
Performs lookups to document fragments with default options.
|
LookupInResult |
Collection.lookupIn(String id,
List<LookupInSpec> specs,
LookupInOptions options) |
Performs lookups to document fragments with custom options.
|
Mono<LookupInResult> |
ReactiveCollection.lookupIn(String id,
List<LookupInSpec> specs) |
Performs lookups to document fragments with default options.
|
Mono<LookupInResult> |
ReactiveCollection.lookupIn(String id,
List<LookupInSpec> specs,
LookupInOptions options) |
Performs lookups to document fragments with custom options.
|