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(List<JoinColumn> joinColumns)PostgresFieldConfiguration(JoinTable joinTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisScalar()-
Methods inherited from class org.dotwebstack.framework.core.config.AbstractFieldConfiguration
canEqual, equals, getMappedBy, hashCode, setMappedBy, toString
-
-
-
-
Constructor Detail
-
PostgresFieldConfiguration
public PostgresFieldConfiguration(List<JoinColumn> joinColumns)
-
PostgresFieldConfiguration
public PostgresFieldConfiguration(JoinTable joinTable)
-
-