UNPKG

jhipster-rasha-core

Version:

JHipster's own domain language and core objects

40 lines (39 loc) 1.03 kB
{ "fluentMethods": true, "relationships": [ { "relationshipType": "one-to-one", "relationshipName": "region", "otherEntityName": "region", "otherEntityField": "id", "ownerSide": true, "otherEntityRelationshipName": "country" }, { "relationshipType": "one-to-one", "relationshipName": "user", "otherEntityName": "user", "otherEntityField": "id", "ownerSide": true, "otherEntityRelationshipName": "country" } ], "fields": [ { "fieldName": "countryId", "fieldType": "Long", "javadoc": "The country Id" }, { "fieldName": "countryName", "fieldType": "String" } ], "changelogDate": "20160926101210", "entityTableName": "country", "dto": "no", "pagination": "no", "service": "no", "skipClient": true, "skipServer": true }