Uses of Interface
io.resys.hdes.object.repo.mongodb.MongoCommand
-
Packages that use MongoCommand Package Description io.resys.hdes.object.repo.mongodb io.resys.hdes.object.repo.mongodb.writers -
-
Uses of MongoCommand in io.resys.hdes.object.repo.mongodb
Methods in io.resys.hdes.object.repo.mongodb with parameters of type MongoCommand Modifier and Type Method Description MongoDbObjectRepository.ConfigMongoDbObjectRepository.Config. command(MongoCommand<ObjectRepository.Objects> command) -
Uses of MongoCommand in io.resys.hdes.object.repo.mongodb.writers
Constructors in io.resys.hdes.object.repo.mongodb.writers with parameters of type MongoCommand Constructor Description MongoDbDelete(ObjectRepository.Objects src, MongoCommand<ObjectRepository.Objects> command, MongoCommand.MongoDbConfig mongoDbConfig)MongoDbWriter(ObjectRepository.Objects src, MongoCommand<ObjectRepository.Objects> command, MongoCommand.MongoDbConfig mongoDbConfig)
-