Uses of Enum Class
org.springframework.data.mongodb.core.WriteResultChecking
Packages that use WriteResultChecking
-
Uses of WriteResultChecking in org.springframework.data.mongodb.core
Subclasses with type arguments of type WriteResultChecking in org.springframework.data.mongodb.coreModifier and TypeClassDescriptionenumEnum to represent how strict the check ofWriteConcernResultshall be.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(@Nullable WriteResultChecking resultChecking) Configures theWriteResultCheckingto be used with the template.voidReactiveMongoTemplate.setWriteResultChecking(@Nullable WriteResultChecking resultChecking) Configures theWriteResultCheckingto be used with the template.