jhipster-rasha-core
Version:
JHipster's own domain language and core objects
43 lines (42 loc) • 1.01 kB
JSON
{
"fluentMethods": true,
"relationships": [
{
"relationshipType": "one-to-one",
"relationshipName": "country",
"otherEntityName": "country",
"otherEntityField": "id",
"ownerSide": true,
"otherEntityRelationshipName": "location"
}
],
"fields": [
{
"fieldName": "locationId",
"fieldType": "Long"
},
{
"fieldName": "streetAddress",
"fieldType": "String"
},
{
"fieldName": "postalCode",
"fieldType": "String"
},
{
"fieldName": "city",
"fieldType": "String"
},
{
"fieldName": "stateProvince",
"fieldType": "String"
}
],
"changelogDate": "20160924092439",
"entityTableName": "location",
"dto": "no",
"pagination": "no",
"service": "no",
"skipClient": true,
"skipServer": true
}