Uses of Class
de.caluga.morphium.driver.commands.FindCommand
Packages that use FindCommand
Package
Description
-
Uses of FindCommand in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return FindCommandModifier and TypeMethodDescriptionFindCommand.setAllowDiskUse(Boolean allowDiskUse) FindCommand.setAllowPartialResults(Boolean allowPartialResults) FindCommand.setAwaitData(Boolean awaitData) FindCommand.setBatchSize(Integer batchSize) FindCommand.setCollation(Map<String, Object> collation) FindCommand.setMaxTimeMS(Integer maxTimeMS) FindCommand.setNoCursorTimeout(Boolean noCursorTimeout) FindCommand.setOplogReplay(Boolean oplogReplay) FindCommand.setProjection(Map<String, Object> projection) FindCommand.setReturnKey(Boolean returnKey) FindCommand.setShowRecordId(Boolean showRecordId) FindCommand.setSingleBatch(Boolean singleBatch) FindCommand.setTailable(Boolean tailable) -
Uses of FindCommand in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb with parameters of type FindCommand -
Uses of FindCommand in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return FindCommand