Spring Data Document

Uses of Class
org.springframework.data.mongodb.core.WriteResultChecking

Packages that use WriteResultChecking
org.springframework.data.mongodb.core MongoDB core support. 
 

Uses of WriteResultChecking in org.springframework.data.mongodb.core
 

Methods in org.springframework.data.mongodb.core that return WriteResultChecking
static WriteResultChecking WriteResultChecking.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WriteResultChecking[] WriteResultChecking.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.mongodb.core with parameters of type WriteResultChecking
 void MongoTemplate.setWriteResultChecking(WriteResultChecking resultChecking)
          Configures the WriteResultChecking to be used with the template.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.