forked from ls1intum/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExampleSubmission.json
41 lines (41 loc) · 1.18 KB
/
ExampleSubmission.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ExampleSubmission",
"fields": [
{
"fieldName": "usedForTutorial",
"fieldType": "Boolean"
}
],
"relationships": [
{
"relationshipType": "one-to-one",
"otherEntityName": "submission",
"otherEntityRelationshipName": "exampleSubmission",
"relationshipName": "submission",
"otherEntityField": "id",
"ownerSide": true
},
{
"relationshipType": "many-to-one",
"otherEntityName": "exercise",
"otherEntityRelationshipName": "exampleSubmissions",
"relationshipName": "exercise",
"otherEntityField": "id"
},
{
"relationshipName": "tutorParticipation",
"otherEntityName": "tutorParticipation",
"relationshipType": "many-to-one",
"otherEntityField": "id"
}
],
"changelogDate": "20190315161939",
"entityTableName": "example_submission",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}