POST http://localhost:8080/employee-hierarchy
payload sample:
Alan;100;150
Martin;220;100
Jamie;150;
Alex;275;100
Steve;400;150
David;190;400
returns Employee object of the CEO and his employees (EAGER fetch)
POST http://localhost:8080/employee-hierarchy
payload sample:
Alan;100;150
Martin;220;100
Jamie;150;
Alex;275;100
Steve;400;150
David;190;400
returns Employee object of the CEO and his employees (EAGER fetch)