jhipster-rasha-core
Version:
JHipster's own domain language and core objects
45 lines (44 loc) • 1.09 kB
JSON
{
"fluentMethods": true,
"relationships": [
{
"relationshipName": "employee",
"otherEntityName": "employee",
"relationshipType": "many-to-one",
"otherEntityField": "id"
},
{
"relationshipType": "many-to-many",
"otherEntityRelationshipName": "job",
"relationshipName": "task",
"otherEntityName": "task",
"otherEntityField": "title",
"ownerSide": true
}
],
"fields": [
{
"fieldName": "jobId",
"fieldType": "Long"
},
{
"fieldName": "jobTitle",
"fieldType": "String"
},
{
"fieldName": "minSalary",
"fieldType": "Long"
},
{
"fieldName": "maxSalary",
"fieldType": "Long"
}
],
"changelogDate": "20160924093047",
"entityTableName": "job",
"dto": "no",
"pagination": "pagination",
"service": "no",
"skipClient": true,
"skipServer": true
}