Interface QueryResultIterable<T>

All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
Loader, LoadType<T>, Query<T>, QueryExecute<T>, QueryKeys<T>, SimpleQuery<T>
All Known Implementing Classes:
QueryImpl, SimpleQueryImpl

public interface QueryResultIterable<T> extends Iterable<T>
Replaces a class from the old GAE SDK. Not totally compatible; we return QueryResults instead of the (no longer existant) QueryResultIterator.
Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.cloud.datastore.QueryResults<T>
     

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Method Details

    • iterator

      com.google.cloud.datastore.QueryResults<T> iterator()
      Specified by:
      iterator in interface Iterable<T>