Uses of Class
org.springframework.data.mongodb.core.MongoAction
Packages that use MongoAction
-
Uses of MongoAction in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type MongoActionModifier and TypeMethodDescriptionprotected com.mongodb.WriteConcern
MongoTemplate.prepareWriteConcern
(MongoAction mongoAction) Prepare the WriteConcern before any processing is done using it.protected com.mongodb.WriteConcern
ReactiveMongoTemplate.prepareWriteConcern
(MongoAction mongoAction) Prepare the WriteConcern before any processing is done using it.com.mongodb.WriteConcern
WriteConcernResolver.resolve
(MongoAction action) Resolve theWriteConcern
given theMongoAction
.