| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Method and Description |
|---|---|
protected ConditionModel |
ConditionModelBuilderBase.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionModel> |
ConditionsModelBuilder.Conditions.getIfConditions() |
List<ConditionModel> |
DeleteModel.getIfConditions() |
List<ConditionModel> |
EntityModel.getPrimaryKeyWhereConditions()
Returns a default list of WHERE conditions that select all primary key columns with
=
relations. |
List<ConditionModel> |
QueryModel.getWhereConditions() |
List<ConditionModel> |
ConditionsModelBuilder.Conditions.getWhereConditions() |
List<ConditionModel> |
DeleteModel.getWhereConditions()
If the mutation takes individual PK fields, the condition builder associated with each field.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
EntityModel.validateNoFiltering(Collection<ConditionModel> 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.
|
| Constructor and Description |
|---|
Conditions(List<ConditionModel> ifConditions,
List<ConditionModel> whereConditions) |
Conditions(List<ConditionModel> ifConditions,
List<ConditionModel> whereConditions) |
ConditionsModelBuilder(BiFunction<graphql.language.InputValueDefinition,EntityModel,io.stargate.graphql.schema.graphqlfirst.processor.ModelBuilderBase<ConditionModel>> whereConditionModelBuilder,
BiFunction<graphql.language.InputValueDefinition,EntityModel,io.stargate.graphql.schema.graphqlfirst.processor.ModelBuilderBase<ConditionModel>> ifConditionModelBuilder,
graphql.language.FieldDefinition operation,
InvalidMappingReporter invalidMappingReporter) |
ConditionsModelBuilder(BiFunction<graphql.language.InputValueDefinition,EntityModel,io.stargate.graphql.schema.graphqlfirst.processor.ModelBuilderBase<ConditionModel>> whereConditionModelBuilder,
BiFunction<graphql.language.InputValueDefinition,EntityModel,io.stargate.graphql.schema.graphqlfirst.processor.ModelBuilderBase<ConditionModel>> ifConditionModelBuilder,
graphql.language.FieldDefinition operation,
InvalidMappingReporter invalidMappingReporter) |
Copyright © 2021. All rights reserved.