Re: finder parameters

2001-09-19 Thread Eddie
Yep, that is possible but not following the EJB spec. That is: the spec defines that the finder methods return a Collection which isn't ordered. However Orion returns a ArrayList (subclass of collection) which is ordered. So it's your lucky day, as indeed it is possible, but be careful when you ar

RE: finder parameters

2001-09-19 Thread The elephantwalker
Sergey, AFAIK order of the method params is the order of the wild cards $1 $2 etc. I do this all of the time. Go to the finder-method partial="false" query="do the down an dirty with sql and my $1 card and $2 card" should read "do the down and dirty with sql an my asc card and desc card" if the a