Spring Data Graph

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

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

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

Methods in org.springframework.data.document.mongodb 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.
 

Constructors in org.springframework.data.document.mongodb with parameters of type WriteResultChecking
MongoTemplate(Mongo mongo, String databaseName, String defaultCollectionName, MongoConverter mongoConverter, WriteConcern writeConcern, WriteResultChecking writeResultChecking)
          Constructor used for a template configuration with a default collection name and a custom MongoConverter and with a specific WriteConcern to be used for all database write operations
MongoTemplate(Mongo mongo, String databaseName, String defaultCollectionName, WriteConcern writeConcern, WriteResultChecking writeResultChecking)
          Constructor used for a basic template configuration with a default collection name and with a specific WriteConcern to be used for all database write operations
MongoTemplate(Mongo mongo, String databaseName, WriteConcern writeConcern, WriteResultChecking writeResultChecking)
          Constructor used for a basic template configuration with a specific WriteConcern to be used for all database write operations
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.