google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

What happen to ofy.query? #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

- As in the introduction Querying section:

   Objectify ofy = ObjectifyService.begin();
   Car car = ofy.query(Car.class).filter("vin", "123456789").get();

- query as in ofy.query is missing or not defined 

What version of the product are you using? On what operating system?

   objectify 1.0.3 (latest) Appengine 1.3 GWT 2.0

Original issue reported on code.google.com by harishas...@gmail.com on 8 Feb 2010 at 4:21

GoogleCodeExporter commented 9 years ago
The docs are being updated for v2.0, which will be released as soon as the docs 
are 
done... probably in another hour.  The zip download of 1.0.3 includes html docs.

Original comment by lhori...@gmail.com on 8 Feb 2010 at 4:37

GoogleCodeExporter commented 9 years ago
2.0b1 is now posted.

Original comment by lhori...@gmail.com on 8 Feb 2010 at 5:39