Hi Martin, Curiously this seems to not be well documented. At least, i couldn't find it in the DevGuide. You can do:
#myProperty,handler=foo.bar.MyHandler# According to mailing list archives, that should work. Cheers, Daniel Silva. On 7/5/05, Zeltner Martin <[EMAIL PROTECTED]> wrote: > > Once again. > > How does I have to use TypeHandlerCallbacks inside the #myProperty#? I DON'T > want to use a separate parameter maps only because I'm needing a type > handler for one column! > > Thanks for your help in advance! > > Cheers, > Martin > > > > -----Original Message----- > From: Clinton Begin [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 5. Juli 2005 04:02 > To: [email protected]; 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 > in the butt. > > The biggest issue is that you have to ensure that the parameters line up > exactly. That is, you need to ensure that all paths of the conditional > results result in the exact same number and type of parameters..... > > The design of parameter maps is shotty at the moment (embarassing for a 3 > year old project).....iBATIS 3.0 (or perhaps even 2.5) will use named > parameters, much like Spring, O/R Broker and .... even ADO .NET (see, there > is something to learn from the C# dudes! ;-) > > Clinton > > > > On 7/4/05, Daniel Henrique Ferreira e Silva <[EMAIL PROTECTED]> wrote: > > 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 parameter maps, because my statement contains dynamic > parts. > > > > > > Thanks, > > > Martin > > > > > > >
