public abstract class MutationFetcher extends DmlFetcher<CompletableFuture<Map<String,Object>>>
keyspaceId, nameMapping, table, tableIdauthenticationService, DEFAULT_CONSISTENCY, DEFAULT_PAGE_SIZE, DEFAULT_PARAMETERS, DEFAULT_SERIAL_CONSISTENCY, persistence| Modifier | Constructor and Description |
|---|---|
protected |
MutationFetcher(Table table,
NameMapping nameMapping,
Persistence persistence,
AuthenticationService authenticationService) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
buildStatement(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore) |
protected CompletableFuture<Map<String,Object>> |
get(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore) |
buildClause, buildFilterConditions, buildIfConditions, getColumn, getDBColumnName, toCqlTermgetprotected MutationFetcher(Table table, NameMapping nameMapping, Persistence persistence, AuthenticationService authenticationService)
protected CompletableFuture<Map<String,Object>> get(graphql.schema.DataFetchingEnvironment environment, DataStore dataStore)
get in class CassandraFetcher<CompletableFuture<Map<String,Object>>>Copyright © 2020. All rights reserved.