Spring Data Couchbase

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

Packages that use WriteResultChecking
org.springframework.data.couchbase.core   
 

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

Methods in org.springframework.data.couchbase.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.couchbase.core with parameters of type WriteResultChecking
 void CouchbaseTemplate.setWriteResultChecking(WriteResultChecking resultChecking)
           
 


Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.