Skip to content
Snippets Groups Projects
Select Git revision
  • e2311567c6bf69700cc433eab92d11c8184bcb5b
  • master default protected
2 results

librarySimple.modeljoin

Blame
  • librarySimple.modeljoin 303 B
    natural join lib.Library with lib.Library as lib.Library {
       keep attributes lib.Library.name
       keep outgoing lib.Library.employees as type lib.Employee {
         keep attributes lib.Employee.salary
         keep supertype lib.Person as type lib.Person {
           keep attributes lib.Person.name
         }
       }
     }