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 WriteResultCheckingReturns 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 TypeMethodDescriptionvoidMongoTemplate.setWriteResultChecking(WriteResultChecking resultChecking) Configures theWriteResultCheckingto be used with the template.voidReactiveMongoTemplate.setWriteResultChecking(WriteResultChecking resultChecking) Configures theWriteResultCheckingto be used with the template.