Re: How to use type handler callbacks inside quiries?

2005-07-05 Thread Daniel Henrique Ferreira e Silva
Begin [mailto:[EMAIL PROTECTED] Sent: Dienstag, 5. Juli 2005 04:02 To: user-java@ibatis.apache.org; Daniel Henrique Ferreira e Silva Subject: Re: How to use type handler callbacks inside quiries? True Daniel, It's possible. But I do sympathize with Marting, as it currently is a pain

RE: How to use type handler callbacks inside quiries?

2005-07-05 Thread Jean-Francois Poilpret
: RE: How to use type handler callbacks inside quiries? Once again. How does I have to use TypeHandlerCallbacksinside the #myProperty#? I DON'T want to use a separateparameter maps only because I'm needing a type handler for one column! Thanks for your help in advance

How to use type handler callbacks inside quiries?

2005-07-04 Thread Zeltner Martin
Hi, How does I have to declare type handler callbacks inside #myData#? I can not use a parameter maps, because my statement contains dynamic parts. Thanks, Martin

Re: How to use type handler callbacks inside quiries?

2005-07-04 Thread Daniel Henrique Ferreira e Silva
Hi Martin, Why can't you use a parameter map in a dynamic statement? That _is_ possible in iBATIS. Just check the documentation. Cheers, Daniel Silva. On 7/4/05, Zeltner Martin [EMAIL PROTECTED] wrote: Hi, How does I have to declare type handler callbacks inside #myData#? I can not use a