| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Method and Description |
|---|---|
List<WhereConditionModel> |
EntityModel.getPrimaryKeyWhereConditions()
Returns a default list of WHERE conditions that select all primary key columns with
=
relations. |
List<WhereConditionModel> |
DeleteModel.getWhereConditions()
If the mutation takes individual PK fields, the condition builder associated with each field.
|
List<WhereConditionModel> |
QueryModel.getWhereConditions() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
EntityModel.validateNoFiltering(Collection<WhereConditionModel> conditions)
Validates a set of conditions to ensure that they will produce a valid CQL query that doesn't
require ALLOW FILTERING for this entity.
|
Copyright © 2021. All rights reserved.