{
    "fluentMethods": true,
    "relationships": [
        {
            "relationshipType": "many-to-one",
            "relationshipName": "type",
            "otherEntityName": "objektType",
            "otherEntityField": "name"
        }
    ],
    "fields": [
        {
            "fieldName": "name",
            "fieldType": "String"
        }
    ],
    "changelogDate": "20170818053805",
    "entityTableName": "objekt",
    "dto": "no",
    "pagination": "pagination",
    "service": "serviceClass",
    "microserviceName": "backend"
}