回覆 7# student_abc
no need to do
1. auto create tables with all relational entities once you deploy
2. no need to do data binding (compared with getting result from native SQL)
ie. i have a User Object in Java.
When I get user data from the Database, it will convert to User object automatically..
It is super easy to setup one-to-many relationship, many-to-one, one-to-one , many-to-many relationship WITHOUT doing ANY data binding |