Spring Data Couchbase

Uses of Interface
org.springframework.data.couchbase.core.convert.CouchbaseConverter

Packages that use CouchbaseConverter
org.springframework.data.couchbase.core   
org.springframework.data.couchbase.core.convert   
 

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

Methods in org.springframework.data.couchbase.core that return CouchbaseConverter
 CouchbaseConverter CouchbaseTemplate.getConverter()
           
 CouchbaseConverter CouchbaseOperations.getConverter()
          Returns the underlying CouchbaseConverter.
 

Constructors in org.springframework.data.couchbase.core with parameters of type CouchbaseConverter
CouchbaseTemplate(com.couchbase.client.CouchbaseClient client, CouchbaseConverter couchbaseConverter, TranslationService translationService)
           
 

Uses of CouchbaseConverter in org.springframework.data.couchbase.core.convert
 

Classes in org.springframework.data.couchbase.core.convert that implement CouchbaseConverter
 class AbstractCouchbaseConverter
          An abstract CouchbaseConverter that provides the basics for the MappingCouchbaseConverter.
 class MappingCouchbaseConverter
          A mapping converter for Couchbase.
 


Spring Data Couchbase

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