Hi Alfred,

On Wed, Aug 25, 2010 at 3:46 AM, Alfred Fuller
<[email protected]> wrote:
> Hi,
> The default limit is still 1000, you need to set you're own limit in order
> to exceed the default (in fact countEntities() has been deprecated
> to encourage you to do this). Here are some examples:
> query.countEntities(withLimit(5000)); // limit of 5000
> query.countEntities(withDefaults()); // no limit
> query.countEntities(withLimit(2000).offset(1000)); // count entities in the
> range 1000 - 3000
>
query.countEntities(withLimit(5000)) looks nice, but I cannot find it.
Where is PreparedQuery#countEntities(FetchOptions)?

Thanks,

Yasuo Higa

-- 
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 [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-java?hl=en.

Reply via email to