Re: Newbie : Select *

2003-03-25 Thread Alexandre Touret
This is described in the OJB 's tutorial. /*manager is instanceOf PeristenceManager*/ Query query = manager.newQuery(MaClasse.class) Collection results = (Collection)query.execute(); This code works with the C/S API and JDO Alexandre Touret Emmanuel Dupont wrote: All, What is the best way to

Newbie : Select *

2003-03-25 Thread Emmanuel Dupont
All, What is the best way to perform a < select *" request. QuesryByCriteria is not wonderful is there anything else ?? Tx !