Class PostgresObjectField

java.lang.Object
org.dotwebstack.framework.core.model.AbstractObjectField
org.dotwebstack.framework.backend.postgres.model.PostgresObjectField
All Implemented Interfaces:
org.dotwebstack.framework.core.model.ObjectField

public class PostgresObjectField extends org.dotwebstack.framework.core.model.AbstractObjectField
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.dotwebstack.framework.core.model.AbstractObjectField

    org.dotwebstack.framework.core.model.AbstractObjectField.AbstractObjectFieldBuilder<C extends org.dotwebstack.framework.core.model.AbstractObjectField,B extends org.dotwebstack.framework.core.model.AbstractObjectField.AbstractObjectFieldBuilder<C,B>>
  • Field Summary

    Fields inherited from class org.dotwebstack.framework.core.model.AbstractObjectField

    aggregationOf, aggregationOfType, arguments, enumeration, isList, keyField, keys, name, nullable, objectType, pageable, targetType, type, valueFetcher, visible
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
     

    Methods inherited from class org.dotwebstack.framework.core.model.AbstractObjectField

    canEqual, copy, equals, getAggregationOf, getAggregationOfType, getArguments, getEnumeration, getKeyField, getKeys, getName, getObjectType, getTargetType, getType, getValueFetcher, hashCode, isEnumeration, isList, isNullable, isPageable, isVisible, setAggregationOf, setAggregationOfType, setArguments, setEnumeration, setKeyField, setKeys, setList, setName, setNullable, setObjectType, setPageable, setTargetType, setType, setValueFetcher, setVisible, toBuilder, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PostgresObjectField

      public PostgresObjectField()
    • PostgresObjectField

      public PostgresObjectField(PostgresObjectField objectField)
  • Method Details

    • initColumns

      public void initColumns()
    • initColumns

      public void initColumns(List<PostgresObjectField> ancestors)
    • hasNestedFields

      public boolean hasNestedFields()