Class PostgresFieldConfiguration
- java.lang.Object
-
- org.dotwebstack.framework.core.config.AbstractFieldConfiguration
-
- org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
-
- All Implemented Interfaces:
FieldConfiguration
public class PostgresFieldConfiguration extends AbstractFieldConfiguration
-
-
Constructor Summary
Constructors Constructor Description PostgresFieldConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JoinColumn>findInverseJoinColumns()List<JoinColumn>findJoinColumns()StringgetType()booleanisAggregate()booleanisAggregateField()booleanisNestedObjectField()booleanisObjectField()booleanisScalar()booleanisScalarField()-
Methods inherited from class org.dotwebstack.framework.core.config.AbstractFieldConfiguration
canEqual, equals, getAggregationOf, getArguments, getMappedBy, getName, getTypeConfiguration, hashCode, isKeyField, isList, isNullable, isNumeric, isText, setAggregationOf, setArguments, setKeyField, setList, setMappedBy, setName, setNullable, setNumeric, setText, setType, setTypeConfiguration, toString
-
-
-
-
Method Detail
-
isScalarField
public boolean isScalarField()
- Specified by:
isScalarFieldin classAbstractFieldConfiguration
-
isObjectField
public boolean isObjectField()
- Specified by:
isObjectFieldin classAbstractFieldConfiguration
-
isNestedObjectField
public boolean isNestedObjectField()
- Specified by:
isNestedObjectFieldin classAbstractFieldConfiguration
-
isAggregateField
public boolean isAggregateField()
- Specified by:
isAggregateFieldin classAbstractFieldConfiguration
-
isScalar
public boolean isScalar()
-
isAggregate
public boolean isAggregate()
-
getType
public String getType()
- Specified by:
getTypein interfaceFieldConfiguration- Overrides:
getTypein classAbstractFieldConfiguration
-
findJoinColumns
public List<JoinColumn> findJoinColumns()
-
findInverseJoinColumns
public List<JoinColumn> findInverseJoinColumns()
-
-