{ "name": "Photo", "fields": [ { "fieldName": "imageURL", "fieldType": "String" }, { "fieldName": "size", "fieldType": "Long" } ], "relationships": [ { "relationshipType": "many-to-one", "relationshipName": "post", "otherEntityName": "post", "otherEntityField": "id" }, { "relationshipType": "many-to-many", "otherEntityRelationshipName": "", "relationshipName": "album", "otherEntityName": "album", "otherEntityField": "name", "ownerSide": true } ], "changelogDate": "20190102220100", "entityTableName": "photo", "dto": "no", "pagination": "no", "service": "no", "jpaMetamodelFiltering": false, "fluentMethods": true, "clientRootFolder": "", "applications": "*" }