Class CosmosQueryExecution.PagedExecution

    • Constructor Detail

      • PagedExecution

        public PagedExecution​(CosmosOperations operations,
                              org.springframework.data.domain.Pageable pageable)
        Creates a new instance of paged execution.
        Parameters:
        operations - the Cosmos operations
        pageable - the pageable
    • Method Detail

      • execute

        public Object execute​(CosmosQuery query,
                              Class<?> type,
                              String container)
        Description copied from interface: CosmosQueryExecution
        Declare an execute function for different operations to call
        Specified by:
        execute in interface CosmosQueryExecution
        Parameters:
        query - document query operation
        type - domain type
        container - container to conduct query
        Returns:
        Object according to execution result