CosmosQueryExecution.MultiEntityExecution Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. query. CosmosQueryExecution. MultiEntityExecution
- com.
Implements
public static final class CosmosQueryExecution.MultiEntityExecution
implements CosmosQueryExecution
Find operation implementation to execute a find query for multiple items
Constructor Summary
Constructor | Description |
---|---|
MultiEntityExecution(CosmosOperations operations) |
Creates a new instance of multi-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
MultiEntityExecution
public MultiEntityExecution(CosmosOperations operations)
Creates a new instance of multi-entity execution.
Parameters:
operations
- the Cosmos operations
Method Details
execute
public Object execute(CosmosQuery query, Class type, String container)
Declare an execute function for different operations to call
Parameters:
query
type
container
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java