1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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": "*"
- }
|