Interface CosmosQueryExecution

All Known Implementing Classes:
CosmosQueryExecution.ContainerExecution, CosmosQueryExecution.CountExecution, CosmosQueryExecution.DeleteExecution, CosmosQueryExecution.ExistsExecution, CosmosQueryExecution.MultiEntityExecution, CosmosQueryExecution.PagedExecution, CosmosQueryExecution.SingleEntityExecution, CosmosQueryExecution.SliceExecution

public interface CosmosQueryExecution
Interface to execute cosmos query operations
  • Method Details

    • execute

      Object execute(CosmosQuery query, Class<?> type, String container)
      Declare an execute function for different operations to call
      Parameters:
      query - document query operation
      type - domain type
      container - container to conduct query
      Returns:
      Object according to execution result