| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
delete
Get whether this entity can be deleted by client.
|
String |
description
The description that will be generated for this entity in the GraphQL
schema.
|
boolean |
exclude
Get whether this entity is excluded from transport to client (if true it
is equivalent to read==false AND save==false AND delete==false AND
filter==false).
|
String |
name
Provide a value here in order to change the name under which the
annotated entity class will be accessible in the API.
|
boolean |
read
Get whether this entity can be read by client.
|
boolean |
readOnly
Get whether this entity is read only (if true it is equivalent to
read==true AND save==false AND delete==false).
|
boolean |
save
Get whether this entity can be saved by client.
|
public abstract String description
public abstract String name
public abstract boolean exclude
public abstract boolean readOnly
public abstract boolean read
Copyright © 2019. All rights reserved.