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