Uses of Class
dev.morphia.query.internal.MorphiaKeyCursor
-
Packages that use MorphiaKeyCursor Package Description dev.morphia.query -
-
Uses of MorphiaKeyCursor in dev.morphia.query
Methods in dev.morphia.query that return MorphiaKeyCursor Modifier and Type Method Description MorphiaKeyCursor<T>Query. keys()Execute the query and get the results (as aMorphiaCursor<Key<T>>)MorphiaKeyCursor<T>Query. keys(FindOptions options)Execute the query and get the results (as aMorphiaCursor<Key<T>>)MorphiaKeyCursor<T>QueryImpl. keys()MorphiaKeyCursor<T>QueryImpl. keys(FindOptions options)
-