Uses of Interface
org.dizitart.no2.collection.DocumentCursor
-
Packages that use DocumentCursor Package Description org.dizitart.no2.collection -
-
Uses of DocumentCursor in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection that return DocumentCursor Modifier and Type Method Description default DocumentCursorNitriteCollection. find()Returns a cursor to all documents in the collection.default DocumentCursorNitriteCollection. find(FindOptions findOptions)Returns a customized cursor to all documents in the collection.default DocumentCursorNitriteCollection. find(Filter filter)Applies a filter on the collection and returns a cursor to the selected documents.DocumentCursorNitriteCollection. find(Filter filter, FindOptions findOptions)Applies a filter on the collection and returns a customized cursor to the selected documents.Methods in org.dizitart.no2.collection with parameters of type DocumentCursor Modifier and Type Method Description RecordStream<Document>DocumentCursor. join(DocumentCursor foreignCursor, Lookup lookup)Performs a left outer join with a foreign cursor with the specified lookup parameters.
-