123456789101112131415161718192021222324252627282930 |
- {
- "name": "Video",
- "fields": [
- {
- "fieldName": "videoURL",
- "fieldType": "String"
- },
- {
- "fieldName": "size",
- "fieldType": "Long"
- }
- ],
- "relationships": [
- {
- "relationshipType": "many-to-one",
- "relationshipName": "post",
- "otherEntityName": "post",
- "otherEntityField": "id"
- }
- ],
- "changelogDate": "20190102220101",
- "entityTableName": "video",
- "dto": "no",
- "pagination": "no",
- "service": "no",
- "jpaMetamodelFiltering": false,
- "fluentMethods": true,
- "clientRootFolder": "",
- "applications": "*"
- }
|