| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Method and Description |
|---|---|
FieldModel |
FieldModel.asPartitionKey() |
FieldModel |
WhereConditionModel.getField()
The entity field that the condition applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldModel> |
EntityModel.getAllColumns() |
List<FieldModel> |
EntityModel.getClusteringColumns() |
List<FieldModel> |
EntityModel.getPartitionKey() |
List<FieldModel> |
EntityModel.getPrimaryKey()
The full primary key (partition key + clustering columns), that uniquely identifies a CQL row.
|
List<FieldModel> |
EntityModel.getRegularColumns() |
| Constructor and Description |
|---|
WhereConditionModel(FieldModel field,
Predicate predicate,
String argumentName) |
Copyright © 2021. All rights reserved.