All Downloads are FREE. Search and download functionalities are using the official Maven repository.

genSQL.staff.json Maven / Gradle / Ivy

[
    {"class" : "Role",
      "attributes" : [
        {"name" : "name", "type" : "String"}
      ],
      "isRoleClass" : "true"
    },
    {"class" : "Staff", 
     "attributes" : [
        {"name" : "name", "type" : "String"},
        {"name" : "age", "type" : "Integer"},
        {"name" : "salary", "type" : "Integer"}
     ],
    "isUserClass" : "true"
    },
    {"association" : "Employment",
     "ends" : ["employer", "employees"],
     "classes" : ["Staff", "Staff"]
    }]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy