Package | Description |
---|---|
org.mongodb.morphia.query |
Modifier and Type | Class and Description |
---|---|
class |
MorphiaKeyIterator<T> |
Modifier and Type | Method and Description |
---|---|
MorphiaIterator<T,T> |
QueryResults.fetch()
Execute the query and get the results.
|
MorphiaIterator<T,T> |
QueryImpl.fetch() |
MorphiaIterator<T,T> |
QueryResults.fetchEmptyEntities()
Execute the query and get only the ids of the results.
|
MorphiaIterator<T,T> |
QueryImpl.fetchEmptyEntities() |
MorphiaIterator<T,T> |
QueryImpl.iterator() |
MorphiaIterator<T,T> |
QueryResults.tail()
Calls
tail(true); |
MorphiaIterator<T,T> |
QueryImpl.tail() |
MorphiaIterator<T,T> |
QueryResults.tail(boolean awaitData)
Returns an tailing iterator over a set of elements of type T.
|
MorphiaIterator<T,T> |
QueryImpl.tail(boolean awaitData) |
Copyright © 2016. All rights reserved.