Uses of Class
io.nitric.api.document.Query.QueryResults
-
Packages that use Query.QueryResults Package Description io.nitric.api.document Provides the Document Service API. -
-
Uses of Query.QueryResults in io.nitric.api.document
Methods in io.nitric.api.document that return Query.QueryResults Modifier and Type Method Description Query.QueryResults<T>
Query. fetch()
Perform the Query operation and return the fetched results.Query.QueryResults<T>
Query. fetchAll()
Perform the Query operation and return all the fetched results.
-