Re: TypeHandlerCallback isn't called when target is HashMap

2010-02-17 Thread Tomáš Hula
I am using version 2.3.4.726 and I believe it's the latest version (apart from 3.x versions). Should it be fixed in this version or did you mean 3.x versions? Thanks, Tom On 15.2.2010 14:53, Clinton Begin wrote: > I believe this was a big and was fixed... What version are you using? > > 2010/2/15

Re: TypeHandlerCallback isn't called when target is HashMap

2010-02-15 Thread Clinton Begin
I believe this was a big and was fixed... What version are you using? 2010/2/15 > Hi all, > > I am dealing with one problem regarding type handlers. I created my own > type handler for java.sql.Timestamp and I added the following line to > SqlMapConfig.xml: > > callback="some_package.TimestampH

TypeHandlerCallback isn't called when target is HashMap

2010-02-14 Thread email
Hi all, I am dealing with one problem regarding type handlers. I created my own type handler for java.sql.Timestamp and I added the following line to SqlMapConfig.xml: This handler works right when I load DB records into objects with defined classes (i.e. resultClass="SomeClass") or when I use