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 perform a < select *" request.



QuesryByCriteria is not wonderful is there anything else ??



Tx !









-- ______________________________ Alexandre Touret CGBI 69 Boulevard Galli�ni 92130 Issy les Moulineaux tel.: 01/55/95/53/95 Poste: 5395 mailto:[EMAIL PROTECTED]

Reply via email to