v2.2 build 84
Latest BETA build has just been uploaded. This release contains a number of minor bug fixes and enhancements.
One of the largest changes is that the generated JDBC code in the DAO implementation classes is much more concise within the finder methods. The code is now closer to human-authored code (which should always be the goal of any good code generator).
Other changes include:
- When generating for J2EE and using JDBC DAOs, tables with no primary key are exposed correctly as session beans
- When generating for J2EE and using JDBC DAOs, tables with no primary key now have insert() methods
- EJB 2.0 deployment descriptor ordering problem resolved (query and resource-ref where previously output in the wrong order)
- When deleting the output folder prior to generating code FireStorm will now preserve any .cvsignore files
- Session beans and delegates are now correctly generated for Custom DAOs and View DAOs
- Generation of Session beans and delegates is now optional