Uses of Class
de.caluga.morphium.driver.commands.AggregateMongoCommand
Packages that use AggregateMongoCommand
Package
Description
-
Uses of AggregateMongoCommand in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return AggregateMongoCommand -
Uses of AggregateMongoCommand in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return AggregateMongoCommandModifier and TypeMethodDescriptionAggregateMongoCommand.setAllowDiskUse(Boolean allowDiskUse) AggregateMongoCommand.setBatchSize(Integer batchSize) AggregateMongoCommand.setBypassDocumentValidation(Boolean bypassDocumentValidation) AggregateMongoCommand.setCollation(Map<String, Object> collation) AggregateMongoCommand.setExplain(Boolean explain) AggregateMongoCommand.setMaxWaitTime(Integer maxWaitTime) AggregateMongoCommand.setPipeline(List<Map<String, Object>> pipeline) AggregateMongoCommand.setReadConcern(Map<String, Object> readConcern) AggregateMongoCommand.setWriteConern(Map<String, Object> writeConern) -
Uses of AggregateMongoCommand in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return AggregateMongoCommand -
Uses of AggregateMongoCommand in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb with parameters of type AggregateMongoCommand