Class PostgresObjectType

java.lang.Object
org.dotwebstack.framework.core.model.AbstractObjectType<PostgresObjectField>
org.dotwebstack.framework.backend.postgres.model.PostgresObjectType
All Implemented Interfaces:
org.dotwebstack.framework.core.model.ObjectType<PostgresObjectField>

public class PostgresObjectType extends org.dotwebstack.framework.core.model.AbstractObjectType<PostgresObjectField>
  • Field Summary

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

    fields, filters, implementz, name, sortableBy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

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

    addField, canEqual, equals, getField, getFields, getFilters, getImplements, getName, getSortableBy, hashCode, setFields, setFilters, setImplementz, setName, setSortableBy, toString

    Methods inherited from class java.lang.Object

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

  • Method Details

    • isNested

      public boolean isNested()
      Specified by:
      isNested in interface org.dotwebstack.framework.core.model.ObjectType<PostgresObjectField>
      Overrides:
      isNested in class org.dotwebstack.framework.core.model.AbstractObjectType<PostgresObjectField>