Re: [JBoss-user] findAll method did not order

2001-04-15 Thread awc
Hi Russel findBigClasses studentCount {0} and teacherName = {1} studentCount DESC This example from JBoss docs. I hope this will do it. anil Russell wrote: > Hi awc , > > The documents did not stated anything how to order the result returned > from findAll method. > > Any o

Re: [JBoss-user] findAll method did not order

2001-04-15 Thread Russell
Hi awc , The documents did not stated anything how to order the result returned from findAll method. Any other ideas anyone ? Thanks awc wrote: > > Hi Russell, > > try http://www.jboss.org/documentation/HTML/ch05s05.html > > you will see the full story. > > anil > > Russell wrote: >

Re: [JBoss-user] findAll method did not order

2001-04-12 Thread awc
Hi Russell, try http://www.jboss.org/documentation/HTML/ch05s05.html you will see the full story. anil Russell wrote: > > > Hi all , > >I am using RedHat6.1 , postgresql7.0.1 , jboss2.1 and jdk1.3. >I have created a findAll method however the result returned are not > ordered. ___

[JBoss-user] findAll method did not order

2001-04-11 Thread Russell
Hi all , I am using RedHat6.1 , postgresql7.0.1 , jboss2.1 and jdk1.3. I have created a findAll method however the result returned are not ordered. How to order the result by primary key in findAll method ??? Any ideas ?? Thanks russell. ___