ReactiveCosmosQueryExecution.SingleEntityExecution Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. query. ReactiveCosmosQueryExecution. SingleEntityExecution
- com.
Implements
public static final class ReactiveCosmosQueryExecution.SingleEntityExecution
implements ReactiveCosmosQueryExecution
Find operation implementation to execute a find query for a single item
Constructor Summary
Constructor | Description |
---|---|
SingleEntityExecution(ReactiveCosmosOperations operations, ReturnedType returnedType) |
Creates a new instance of single-entity execution. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
execute(CosmosQuery query, Class<?> type, String container)
Declare an execute function for different operations to call |
Methods inherited from java.lang.Object
Constructor Details
SingleEntityExecution
public SingleEntityExecution(ReactiveCosmosOperations operations, ReturnedType returnedType)
Creates a new instance of single-entity execution.
Parameters:
Method Details
execute
public Object execute(CosmosQuery query, Class type, String container)
Declare an execute function for different operations to call
Parameters:
Applies to
Azure SDK for Java