public static final class ReactiveCosmosQueryExecution.SingleEntityExecution extends Object implements ReactiveCosmosQueryExecution
ReactiveCosmosQueryExecution.ContainerExecution, ReactiveCosmosQueryExecution.CountExecution, ReactiveCosmosQueryExecution.DeleteExecution, ReactiveCosmosQueryExecution.ExistsExecution, ReactiveCosmosQueryExecution.MultiEntityExecution, ReactiveCosmosQueryExecution.SingleEntityExecution| Constructor and Description |
|---|
SingleEntityExecution(ReactiveCosmosOperations operations,
org.springframework.data.repository.query.ReturnedType returnedType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(CosmosQuery query,
Class<?> type,
String container)
Declare an execute function for different operations to call
|
public SingleEntityExecution(ReactiveCosmosOperations operations, org.springframework.data.repository.query.ReturnedType returnedType)
public Object execute(CosmosQuery query, Class<?> type, String container)
ReactiveCosmosQueryExecutionexecute in interface ReactiveCosmosQueryExecutionquery - document query operationtype - domain typecontainer - container to conduct queryCopyright © 2021 Microsoft Corporation. All rights reserved.