Class PostgresObjectType
java.lang.Object
org.dotwebstack.framework.core.model.AbstractObjectType<PostgresObjectField>
org.dotwebstack.framework.backend.postgres.model.PostgresObjectType
- All Implemented Interfaces:
ObjectType<PostgresObjectField>
-
Field Summary
Fields inherited from class org.dotwebstack.framework.core.model.AbstractObjectType
fields, filters, implementz, name, sortableBy -
Constructor Summary
ConstructorsConstructorDescriptionPostgresObjectType(PostgresObjectType objectType, List<PostgresObjectField> ancestors) -
Method Summary
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
-
Constructor Details
-
PostgresObjectType
public PostgresObjectType() -
PostgresObjectType
-
-
Method Details
-
isNested
public boolean isNested()- Specified by:
isNestedin interfaceObjectType<PostgresObjectField>- Overrides:
isNestedin classAbstractObjectType<PostgresObjectField>
-