Interface ReactiveCosmosQueryExecution
- All Known Implementing Classes:
ReactiveCosmosQueryExecution.ContainerExecution,ReactiveCosmosQueryExecution.CountExecution,ReactiveCosmosQueryExecution.DeleteExecution,ReactiveCosmosQueryExecution.ExistsExecution,ReactiveCosmosQueryExecution.MultiEntityExecution,ReactiveCosmosQueryExecution.SingleEntityExecution
public interface ReactiveCosmosQueryExecution
Interface to execute reactive cosmos query operations
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classContainer operation implementation to execute a container name querystatic final classCount operation implementation to execute a count querystatic final classDelete operation implementation to execute a delete querystatic final classExist operation implementation to execute a exist querystatic final classFind operation implementation to execute a find query for multiple itemsstatic final classFind operation implementation to execute a find query for a single item -
Method Summary
Modifier and TypeMethodDescriptionexecute(CosmosQuery query, Class<?> type, String container) Declare an execute function for different operations to call
-
Method Details
-
execute
Declare an execute function for different operations to call- Parameters:
query- document query operationtype- domain typecontainer- container to conduct query- Returns:
- Object according to execution result
-