Re: setDistinct() problem

2005-07-15 Thread Daniel Curto Millet
Thanks for the reply! It now compiles but I still get multiple values. Daniel Quoting Raphael Mankin <[EMAIL PROTECTED]>: > IIRC you have to cast the 2nd argument of add() to Object.I have tripped over > this one as well. The methods in the class are infelicitously overloaded. > > > > On 15-Ju

Re: setDistinct() problem

2005-07-15 Thread Daniel Curto Millet
rom by hand > (criteria.addSelectColumns), use BasePeer to execute the query and convert > the result by hand. > > Maybe there are other ways to solve this. > > Thomas > Daniel Curto Millet <[EMAIL PROTECTED]> schrieb am 15.07.2005 13:13:43: > > > > >