The examples on the OJB web site show code that uses the following... Query query = new QueryByCriteria(Product.class, criteria);
...instead of... Query query = QueryFactory.newQuery(Product.class, critiera); Would one ever choose the former style of the latter? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
