Thanks, Jason - you guys have been supporting the community
wonderfully.

I have a question:
I see there is a get(Iterable<Key> keys), that only returns entities
that exist (i.e. doesn't throw an exception when an entity isn't
found).  This looks like it could be really useful, e.g. as an IN
query.  Is there a 'reasonable' maximum to the amount of keys you can
put in?  E.g. 20, 100, 500?

Regards,
Richard

On Oct 19, 8:12 pm, "Jason (Google)" <apija...@google.com> wrote:
> Currently, most datastore examples use JDO, and the only official
> documentation available for the low-level API are the Javadocs that you
> linked to in your first post. It's a fairly straightforward API, however, so
> you shouldn't need too much training. Just get a reference to a
> DatastoreService instance and use it to get and retrieve Entity objects:
>
> DatastoreService ds = DatastoreServiceFactory.getDatastoreService();
> ...
>
> If you have any specific questions or find any descriptions confusing,
> please let me know and I'll be happy to work through these issues with you.
>
> - Jason
>
> On Thu, Oct 15, 2009 at 1:45 PM, Iqbal Yusuf Dipu
> <iqbalyusufd...@gmail.com>wrote:
>
>
>
> > Hi,
>
> > Is there any online reference material with some examples available
> > for low-level api with datastore in Java without using JDO/JPA? The
> > main app engine site has only reference to api doc for datastore.
>
> >http://code.google.com/appengine/docs/java/javadoc/com/google/appengi...
>
> > Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to