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.WriteConcernMongoTemplate.prepareWriteConcern(MongoAction mongoAction) Prepare the WriteConcern before any processing is done using it.protected com.mongodb.WriteConcernReactiveMongoTemplate.prepareWriteConcern(MongoAction mongoAction) Prepare the WriteConcern before any processing is done using it.com.mongodb.WriteConcernWriteConcernResolver.resolve(MongoAction action) Resolve theWriteConcerngiven theMongoAction.