Re: Res: Re: addOrderBy

2004-07-30 Thread Gerhard Hipfinger
hi, just do this sample QueryByCriteria query = new QueryByCriteria(Note.class, crit); query.addOrderBy(company.type, true); /sample the orderBy methods where moved to the QueryByCriteria class. gerhard Am Fre, den 30.07.2004 schrieb Glauber Andrade um 16:45: I donĀ“t understand... What

Re: Any one using PostgreSQL and OJB ?

2004-04-02 Thread Gerhard Hipfinger
Hi, we are using ojb with postgresql 7.4.x without any problems. kr, gerhard -- openForce Information Technology GesmbH www.openforce.com Am Fre, den 02.04.2004 schrieb Martin I. Levi um 10:34: Hello people! Is there anybody using OJB on a PostgreSQL database? Please let me know.