FireStorm/DAO 2.0.5.1
FireStorm/DAO 2.0.5.1 is now available to download from:
http://www.codefutures.com/products/firestorm/download/
New features in version 2.0.5.1 include:
- [#2003122001] Added option to allow DTO fields to be declared public ("dto-fields-public")
- [#2003122004] Fixed ClassCastException when generating J2EE code from cmd line
- [#2003122008] Added option to generate Custom DAO when generating for J2EE with JDBC strategy
- [#2003122046] When importing from SQL/DDL, FireStorm now defaults the database type in the project
- [#2003122048] Fixed bug that was causing JDBC provider options to be lost when saving the project file
- [#2003122049] Changed project DOM to read/write maps for provider options and de-couple from provider apis
- [#2003122102] Fixed bug in ejbPostCreate() method for assigning auto-increment values
- [#2003122103] Now generates explicit public default constructor in DTO classes to comply with JavaBean conventions
- [#2003122104] Now expose findByDynamicSelect() and findByDynamicWhere() methods on interface when generating JDBC DAO tier
- [#2003122106] Fields in DAO/DTO classes are now declared as protected rather than private to allow for re-use by sub-classes