Skip to content
Snippets Groups Projects
Select Git revision
  • c3cd3d951352aadebe0558589c946825d634304e
  • main default
  • feature/cleanup-for-registry protected
  • kinetic
  • 0.3.7
  • 0.3.6
  • 0.3.5
  • 0.3.4
  • 0.3.3
  • 0.3.2
  • 0.2.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.1.6
  • 0.1.5
  • 0.2.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.0.1
  • 0.0.0
23 results

gradle.properties

Blame
  • manager.modeljoin 261 B
    natural join lib.Employee with lib.Employee as lib.Employee {
       keep attributes lib.Employee.salary
       keep outgoing lib.Employee.manager as type lib.Employee {
       }
       keep supertype lib.Person as type lib.Person {
         keep attributes lib.Person.name
       }
     }