Class PostgresTypeConfiguration
- java.lang.Object
-
- org.dotwebstack.framework.core.config.AbstractTypeConfiguration<PostgresFieldConfiguration>
-
- org.dotwebstack.framework.backend.postgres.config.PostgresTypeConfiguration
-
- All Implemented Interfaces:
TypeConfiguration<PostgresFieldConfiguration>
public class PostgresTypeConfiguration extends AbstractTypeConfiguration<PostgresFieldConfiguration>
-
-
Field Summary
-
Fields inherited from class org.dotwebstack.framework.core.config.AbstractTypeConfiguration
fields, keys, name
-
-
Constructor Summary
Constructors Constructor Description PostgresTypeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyConditiongetKeyCondition(graphql.schema.DataFetchingEnvironment environment)KeyConditiongetKeyCondition(String fieldName, Map<String,Object> source)voidinit(graphql.language.ObjectTypeDefinition objectTypeDefinition)KeyConditioninvertKeyCondition(MappedByKeyCondition mappedByKeyCondition, Map<String,Object> source)-
Methods inherited from class org.dotwebstack.framework.core.config.AbstractTypeConfiguration
canEqual, equals, getFields, getKeyCondition, getKeys, getName, getQueryArgumentEntry, getQueryArgumentKeyConditions, hashCode, setFields, setKeys, setName, toString
-
-
-
-
Method Detail
-
init
public void init(graphql.language.ObjectTypeDefinition objectTypeDefinition)
- Specified by:
initin interfaceTypeConfiguration<PostgresFieldConfiguration>- Overrides:
initin classAbstractTypeConfiguration<PostgresFieldConfiguration>
-
getKeyCondition
public KeyCondition getKeyCondition(String fieldName, Map<String,Object> source)
-
getKeyCondition
public KeyCondition getKeyCondition(graphql.schema.DataFetchingEnvironment environment)
-
invertKeyCondition
public KeyCondition invertKeyCondition(MappedByKeyCondition mappedByKeyCondition, Map<String,Object> source)
-
-