Uses of Enum Class
org.springframework.data.mongodb.core.WriteResultChecking
Packages that use WriteResultChecking
-
Uses of WriteResultChecking in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return WriteResultCheckingModifier and TypeMethodDescriptionstatic WriteResultChecking
Returns the enum constant of this class with the specified name.static WriteResultChecking[]
WriteResultChecking.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core with parameters of type WriteResultCheckingModifier and TypeMethodDescriptionvoid
MongoTemplate.setWriteResultChecking
(WriteResultChecking resultChecking) Configures theWriteResultChecking
to be used with the template.void
ReactiveMongoTemplate.setWriteResultChecking
(WriteResultChecking resultChecking) Configures theWriteResultChecking
to be used with the template.