{ "name": "Post", "fields": [ { "fieldName": "timestamp", "fieldType": "LocalDate" }, { "fieldName": "content", "fieldType": "String" }, { "fieldName": "likes", "fieldType": "String" } ], "relationships": [ { "relationshipType": "many-to-one", "relationshipName": "poster", "otherEntityName": "userProfile", "otherEntityField": "id" }, { "relationshipType": "many-to-one", "relationshipName": "privacySetting", "otherEntityName": "privacy", "otherEntityField": "id" } ], "changelogDate": "20181217184615", "entityTableName": "post", "dto": "no", "pagination": "no", "service": "no", "jpaMetamodelFiltering": false, "fluentMethods": true, "clientRootFolder": "", "applications": "*" }