Hi,
The current dao/domain model generation by database schema doesn’t support recursive relationships.
So it is not possible to scaffold a tree-like hierachy structure. (eg. Employee { int id, String name, Employee Boss })
Here a some screenshots of a database table with a recursive field and the resulting scaffolded code:
I would really be glad if it could be fixed in near future!
Best Regards
Chris