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