Using standard TypeHandlers after specifying Custom one.

2007-08-01 Thread Michael Schall
I have a system with hundreds of tables that I would like to use a custom string handler. It will insert empty string instead of null for both varchar and text dbTypes. I specify it in the SqlMap.config file and it works great. Now on one table I need to revert back to the way the normal usag

serialize

2007-08-01 Thread Dorin Manoli
Hi Guys I get serialized ArrayList But when I read the list in web app. I got not the same List as QueryForList returns And I have to do extra operation to get a proper list . Is there any better example of that?