RE: need createCriteria help

2009-03-19 Thread meindert
user-java@ibatis.apache.org Subject: RE: need createCriteria help I agreed with your views but here I have something to say, that there is the methods available, which I am using to fetch the records, right. Now I am not getting my results according to the requirement. I have done this according to there document

RE: need createCriteria help

2009-03-19 Thread TarakBhandary
al Message- > From: TarakBhandary [mailto:reach2ta...@gmail.com] > Sent: 19 March 2009 11:43 AM > To: user-java@ibatis.apache.org > Subject: RE: need createCriteria help > > > Thanks for the reply. Do you think that my method is ok? Is it the way to > fetch the records

RE: need createCriteria help

2009-03-19 Thread meindert
tbyExample code. -Original Message- From: TarakBhandary [mailto:reach2ta...@gmail.com] Sent: 19 March 2009 11:43 AM To: user-java@ibatis.apache.org Subject: RE: need createCriteria help Thanks for the reply. Do you think that my method is ok? Is it the way to fetch the records. Do u

RE: need createCriteria help

2009-03-19 Thread TarakBhandary
what is wrong. > > Kind Regards > Meindert > > -Original Message- > From: TarakBhandary [mailto:reach2ta...@gmail.com] > Sent: 19 March 2009 11:10 AM > To: user-java@ibatis.apache.org > Subject: Re: need createCriteria help > > > Look its not possible to pos

RE: need createCriteria help

2009-03-19 Thread meindert
y map in your xml. This should make it fairly clear from this what is wrong. Kind Regards Meindert -Original Message- From: TarakBhandary [mailto:reach2ta...@gmail.com] Sent: 19 March 2009 11:10 AM To: user-java@ibatis.apache.org Subject: Re: need createCriteria help Look its not possible

Re: need createCriteria help

2009-03-19 Thread TarakBhandary
pantarit wrote: >> >>> > >> >>> > Have you used Dynamic Mapped Statements? Read Developer Guide. >> >>> > >> >>> > Kengkaj >> >>> > >> >>> > On Thu, Mar 19, 2009 at 1:25 PM, TarakBhandar

Re: need createCriteria help

2009-03-19 Thread Kengkaj Sathianpantarit
> >>> > On Thu, Mar 19, 2009 at 1:25 PM, TarakBhandary > >>> > wrote: > >>> > > >>> >> > >>> >> I am not getting the required result from the following, will > anybody > >>> >> help > >>> >> me >

Re: need createCriteria help

2009-03-19 Thread TarakBhandary
;> >> I am not getting the required result from the following, will anybody >>> >> help >>> >> me >>> >> out.... >>> >> >>> >> public List listAll(){ >>> >> >>> >>

Re: need createCriteria help

2009-03-18 Thread TarakBhandary
>> >> >> >> ContactInfoExample example = new ContactInfoExample(); >> >>example.createCriteria().andIdContactInfoEqualTo(24); >> >>return contactInfoDAO.selectByExample(example); >> >> } >> >> -- >

Re: need createCriteria help

2009-03-18 Thread Kengkaj Sathianpantarit
List listAll(){ > >> > >>ContactInfoExample example = new ContactInfoExample(); > >>example.createCriteria().andIdContactInfoEqualTo(24); > >>return contactInfoDAO.selectByExample(example); > >> } > >> -- > >> View

Re: need createCriteria help

2009-03-18 Thread TarakBhandary
foExample example = new ContactInfoExample(); >>example.createCriteria().andIdContactInfoEqualTo(24); >>return contactInfoDAO.selectByExample(example); >> } >> -- >> View this message in context: >> http://www.nabble.com/need-createCriteria-help-tp22594367p

Re: need createCriteria help

2009-03-18 Thread Kengkaj Sathianpantarit
ntactInfoExample example = new ContactInfoExample(); >example.createCriteria().andIdContactInfoEqualTo(24); >return contactInfoDAO.selectByExample(example); > } > -- > View this message in context: > http://www.nabble.com/need-createCriteria-help-tp22594367p22594367

need createCriteria help

2009-03-18 Thread TarakBhandary
(example); } -- View this message in context: http://www.nabble.com/need-createCriteria-help-tp22594367p22594367.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.