| Package | Description |
|---|---|
| io.stargate.graphql.schema.fetchers.dml |
| Modifier and Type | Field and Description |
|---|---|
protected NameMapping |
DmlFetcher.nameMapping |
| Modifier and Type | Method and Description |
|---|---|
abstract com.datastax.oss.driver.api.querybuilder.condition.Condition |
FilterOperator.buildCondition(Column column,
Object value,
NameMapping nameMapping) |
abstract com.datastax.oss.driver.api.querybuilder.relation.Relation |
FilterOperator.buildRelation(Column column,
Object value,
NameMapping nameMapping) |
| Constructor and Description |
|---|
DeleteMutationFetcher(Table table,
NameMapping nameMapping,
Persistence persistence,
AuthenticationService authenticationService) |
DmlFetcher(Table table,
NameMapping nameMapping,
Persistence persistence,
AuthenticationService authenticationService) |
InsertMutationFetcher(Table table,
NameMapping nameMapping,
Persistence persistence,
AuthenticationService authenticationService) |
MutationFetcher(Table table,
NameMapping nameMapping,
Persistence persistence,
AuthenticationService authenticationService) |
QueryFetcher(Table table,
NameMapping nameMapping,
Persistence persistence,
AuthenticationService authenticationService) |
UpdateMutationFetcher(Table table,
NameMapping nameMapping,
Persistence persistence,
AuthenticationService authenticationService) |
Copyright © 2020. All rights reserved.