Using Abator for iBatis to generate those SQL mapping XML and DAO code is easy. The easiest way is install it as Eclipse plugin.
But the XML and code generated hav some limitation, here I will list some:
- it generate on SQL mapping XML file only, the iBatis configuration XML was not included
- The SQL generated is tie to database name, example: SELECT .... FROM DB_NAME.TABLE_NAME
Tags:
No comments:
Post a Comment