1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "Friend",
- "fields": [
- {
- "fieldName": "topFriend",
- "fieldType": "Boolean"
- }
- ],
- "relationships": [
- {
- "relationshipType": "many-to-one",
- "relationshipName": "user",
- "otherEntityName": "user",
- "otherEntityField": "email"
- },
- {
- "relationshipType": "many-to-one",
- "relationshipName": "friend",
- "otherEntityName": "user",
- "otherEntityField": "email"
- }
- ],
- "changelogDate": "20190102220058",
- "entityTableName": "friend",
- "dto": "no",
- "pagination": "no",
- "service": "no",
- "jpaMetamodelFiltering": false,
- "fluentMethods": true,
- "clientRootFolder": "",
- "applications": "*"
- }
|