Class PostgresObjectType
- java.lang.Object
-
- org.dotwebstack.framework.core.model.AbstractObjectType<PostgresObjectField>
-
- org.dotwebstack.framework.backend.postgres.model.PostgresObjectType
-
- All Implemented Interfaces:
ObjectType<PostgresObjectField>
public class PostgresObjectType extends AbstractObjectType<PostgresObjectField>
-
-
Field Summary
-
Fields inherited from class org.dotwebstack.framework.core.model.AbstractObjectType
fields, filters, name, sortableBy
-
-
Constructor Summary
Constructors Constructor Description PostgresObjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNested()-
Methods inherited from class org.dotwebstack.framework.core.model.AbstractObjectType
canEqual, equals, getField, getFields, getFilters, getName, getSortableBy, hashCode, setFields, setFilters, setName, setSortableBy, toString
-
-
-
-
Method Detail
-
isNested
public boolean isNested()
- Specified by:
isNestedin interfaceObjectType<PostgresObjectField>- Overrides:
isNestedin classAbstractObjectType<PostgresObjectField>
-
-