public class SQLColumnFetcher<T> extends Object implements graphql.schema.DataFetcher<List<T>>
| Modifier and Type | Field and Description |
|---|---|
String |
columnName |
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
SQLColumnFetcher(String tableName,
String parentJoinField,
String columnName)
Constructor for tables that don't need any restriction by a where clause based on the enclosing entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
get(graphql.schema.DataFetchingEnvironment environment) |
public static final org.slf4j.Logger LOG
public final String columnName
public SQLColumnFetcher(String tableName, String parentJoinField, String columnName)
Copyright © 2019. All rights reserved.