1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "Profile",
- "fields": [
- {
- "fieldName": "bio",
- "fieldType": "String"
- },
- {
- "fieldName": "accessible",
- "fieldType": "Boolean"
- }
- ],
- "relationships": [
- {
- "relationshipType": "one-to-one",
- "relationshipName": "userProfile",
- "otherEntityName": "user",
- "otherEntityField": "email",
- "ownerSide": true,
- "otherEntityRelationshipName": "profile"
- }
- ],
- "changelogDate": "20190102220057",
- "entityTableName": "profile",
- "dto": "no",
- "pagination": "no",
- "service": "no",
- "jpaMetamodelFiltering": false,
- "fluentMethods": true,
- "clientRootFolder": "",
- "applications": "*"
- }
|