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()booleanisAggregate()booleanisScalar()-
Methods inherited from class org.dotwebstack.framework.core.config.AbstractFieldConfiguration
canEqual, equals, getAggregationOf, getMappedBy, hashCode, setAggregationOf, setMappedBy, toString
-
-
-
-
Method Detail
-
isScalar
public boolean isScalar()
-
isAggregate
public boolean isAggregate()
-
findJoinColumns
public List<JoinColumn> findJoinColumns()
-
findInverseJoinColumns
public List<JoinColumn> findInverseJoinColumns()
-
-