| Package | Description |
|---|---|
| io.stargate.graphql.schema.fetchers.dml |
| Modifier and Type | Field and Description |
|---|---|
protected NameMapping |
DmlFetcher.nameMapping |
| Modifier and Type | Method and Description |
|---|---|
BuiltCondition |
FilterOperator.buildCondition(Column column,
Object value,
NameMapping nameMapping) |
protected BuiltCondition.LHS |
FilterOperator.conditionLHS(Column column,
Object graphCQLValue,
NameMapping nameMapping) |
protected Object |
FilterOperator.conditionValue(Column.ColumnType type,
Object graphCQLValue,
NameMapping nameMapping) |
| Constructor and Description |
|---|
DeleteMutationFetcher(Table table,
NameMapping nameMapping,
AuthenticationService authenticationService,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
DmlFetcher(Table table,
NameMapping nameMapping,
AuthenticationService authenticationService,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
InsertMutationFetcher(Table table,
NameMapping nameMapping,
AuthenticationService authenticationService,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
MutationFetcher(Table table,
NameMapping nameMapping,
AuthenticationService authenticationService,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
QueryFetcher(Table table,
NameMapping nameMapping,
AuthenticationService authenticationService,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
UpdateMutationFetcher(Table table,
NameMapping nameMapping,
AuthenticationService authenticationService,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
Copyright © 2021. All rights reserved.