Code generation for multiple DB vendors
---------------------------------------
Key: IBATIS-566
URL: https://issues.apache.org/jira/browse/IBATIS-566
Project: iBatis for Java
Issue Type: Improvement
Components: Tools
Environment: ibator 1.2.0.665
Reporter: Mike Haller
Ibator Configuration File (and Templates) should be improved to better support
the generation for multiple database vendors:
- Possibility to disable the generation of DTOs: javaModelGenerator should not
be required. The DTOs are already generated in one of the previous generations
and all following generations should reuse the existing DTOs
- Generator should be able to parse DDLs instead of requiring a live database:
when code is generated in the build process, it is desirable to be able to
generate code without the need for a live database instance.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.