你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AbstractQueryGenerator Class
- java.
lang. Object - com.
azure. spring. data. cosmos. core. generator. AbstractQueryGenerator
- com.
public abstract class AbstractQueryGenerator
Base class for generating sql query
Constructor Summary
Modifier | Constructor | Description |
---|---|---|
protected | AbstractQueryGenerator() |
Initialization |
Method Summary
Modifier and Type | Method and Description |
---|---|
protected
Sql |
generateCosmosCountQuery(CosmosQuery query, String queryHead)
Generates a Cosmos count query. |
protected
Sql |
generateCosmosQuery(CosmosQuery query, String queryHead)
Generates a Cosmos query. |
Methods inherited from java.lang.Object
Constructor Details
AbstractQueryGenerator
protected AbstractQueryGenerator()
Initialization
Method Details
generateCosmosCountQuery
protected SqlQuerySpec generateCosmosCountQuery(CosmosQuery query, String queryHead)
Generates a Cosmos count query.
Parameters:
query
- the representation for query method.
queryHead
- the query head.
Returns:
the SQL query spec.
generateCosmosQuery
protected SqlQuerySpec generateCosmosQuery(CosmosQuery query, String queryHead)
Generates a Cosmos query.
Parameters:
query
- the representation for query method.
queryHead
- the query head.
Returns:
the SQL query spec.