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()booleanisScalar()-
Methods inherited from class org.dotwebstack.framework.core.config.AbstractFieldConfiguration
canEqual, equals, getAggregationOf, getArguments, getMappedBy, hashCode, isList, isNullable, setAggregationOf, setArguments, setList, setMappedBy, setNullable, setType, toString
-
-
-
-
Method Detail
-
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()
-
-