public abstract class MutationFetcher extends DmlFetcher<CompletableFuture<Map<String,Object>>>
dbColumnGetter, nameMapping, tableDEFAULT_CONSISTENCY, DEFAULT_PAGE_SIZE, DEFAULT_PARAMETERS, DEFAULT_SERIAL_CONSISTENCY| Modifier | Constructor and Description |
|---|---|
protected |
MutationFetcher(Table table,
NameMapping nameMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BoundQuery |
buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected CompletableFuture<Map<String,Object>> |
get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
buildClause, buildConditions, buildParameters, containsDirective, executeAsyncAccepted, getColumn, getDBColumnName, toAcceptedMutationResultWithOriginalValue, toBatchResult, toBatchResults, toDBValue, toListOfMutationResultsAccepted, toMutationResultget, isAppliedBatchprotected MutationFetcher(Table table, NameMapping nameMapping)
protected CompletableFuture<Map<String,Object>> get(graphql.schema.DataFetchingEnvironment environment, StargateGraphqlContext context)
get in class CassandraFetcher<CompletableFuture<Map<String,Object>>>protected abstract BoundQuery buildQuery(graphql.schema.DataFetchingEnvironment environment, StargateGraphqlContext context) throws Exception
ExceptionCopyright © 2024. All rights reserved.