FrontPage »
Forums »
DaoGen Forums » DaoGen 2.4.0 has been released!
DaoGen 2.4.0 has been released!
Posted by Luigi 30.10.2005 14:02
Hello,
The next DaoGen version has been released ( 2.3.0 and 2.3.1 were never actually released in public). This version brings some important changes:
- Extending the value objects is now possible. You will just need to overload the createValueObject method in your extended DAO class.
- Vectors are gone for good. All List implementations are now ArrayList objects. This might result some incompatibility, but it will be good for the long run. (Vector class is not actually deprecated, but close to it.)
- The new getObject method is going to help those who are tired of always creating the valueObjects before loading them. This method will do that automatically. (using the new createValueObject method.)
ChangeLog:
2.4.0: Added getObject() convenience method to make loading easier.
2.3.1: Changed all Vector intances to ArrayList intances.
2.3.0: Added createValueObject() method to allow valueObject extending.
I hope you find this release usefull. Please post all bug reports and complaints here.
// Luigi
Re: DaoGen 2.4.0 has been released!
Posted by anonymous 04.11.2005 01:42
Hi, i really like DaoGen.
A suggestion: When using PHP and MySQL escape strings for INSERT and UPDATE using mysql_escape_string(). I probably am missing something, but when I generate code I edit the Dao class to do this (this making it a pain to regenerate). Is there a better way? It seems to me this is the right layer to do this.
Todd
Re: Re: DaoGen 2.4.0 has been released!
Posted by anonymous 09.05.2006 00:47