Re: TypeHandler on ParamterMap not getting invoked

2008-09-09 Thread Kai Grabfelder
>>q.objectListKey in ( >> >> #keyList[]# >> >> ) >> >> >> ..So I expect that on "keyList[]" reference in above sqlmap, typehandler >> w

Re: TypeHandler on ParamterMap not getting invoked

2008-09-02 Thread J R
quot;> >>> >> >>> >>>> >> typeHandler="com.jrapp.ibatis.KeyHandlerCallback" /> >>> >> >>> >> >>> >> public class QueryObject{ >>> >> >>> >>private L

Re: TypeHandler on ParamterMap not getting invoked

2008-09-02 Thread J R
> >> >>private Long keyCount = 0; >> >>private ArrayList KeyList = new ArrayList(); >> >> >> >> // With proper getters and setters >> >> } >> >> >> >> Snippet of ibatis sqlmap: >> >> >

Re: TypeHandler on ParamterMap not getting invoked

2008-09-02 Thread Clinton Begin
> >> >> >>private Long keyCount = 0; >> >>private ArrayList KeyList = new ArrayList(); >> >> >> >> // With proper getters and setters >> >> } >> >> >> >> Snippet of ibatis sqlmap: >

Re: TypeHandler on ParamterMap not getting invoked

2008-09-02 Thread Jeff Butler
// With proper getters and setters > >> } > >> > >> Snippet of ibatis sqlmap: > >> > >> > >> > >> and ( > >> q.objectListKey in ( > >> > >>

Re: TypeHandler on ParamterMap not getting invoked

2008-09-02 Thread J R
f ibatis sqlmap: >> >> >> >> and ( >>q.objectListKey in ( >> >> #keyList[]# >> >> ) >> >> >> ..So I expect that on &

Re: TypeHandler on ParamterMap not getting invoked

2008-08-28 Thread J R
nippet of ibatis sqlmap: >> >> >> >> and ( >>q.objectListKey in ( >> >> #keyList[]# >> >> ) >> >> >> ..So I ex

Re: TypeHandler on ParamterMap not getting invoked

2008-08-28 Thread Clinton Begin
pehandler > would be invoked. Is that wrong assumption? Any way to achieve this? > > Thanks! > -- > View this message in context: > http://www.nabble.com/TypeHandler-on-ParamterMap-not-getting-invoked-tp19210666p19210666.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >

TypeHandler on ParamterMap not getting invoked

2008-08-28 Thread J R
! -- View this message in context: http://www.nabble.com/TypeHandler-on-ParamterMap-not-getting-invoked-tp19210666p19210666.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.