If you know an entity's key, there's no need to do a query at all; you
can simply get the entity (using the low level Java API, as you seem
to be, I believe you want DatastoreService.get(key) ).

On Jun 23, 7:27 am, MANISH DHIMAN <[email protected]> wrote:
> Hi all
> Is it possible to filter entity using Key as a filter.
>
> Somthing like given below
>   supplierQuery.addFilter("Key", FilterOperator.EQUAL, key);

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to