{
    "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"
}
