Spring Data Couchbase

Uses of Interface
org.springframework.data.couchbase.core.mapping.CouchbaseStorable

Packages that use CouchbaseStorable
org.springframework.data.couchbase.core.convert.translation   
org.springframework.data.couchbase.core.mapping   
 

Uses of CouchbaseStorable in org.springframework.data.couchbase.core.convert.translation
 

Methods in org.springframework.data.couchbase.core.convert.translation that return CouchbaseStorable
 CouchbaseStorable TranslationService.decode(Object source, CouchbaseStorable target)
          Decodes the target format into a CouchbaseDocument
 CouchbaseStorable JacksonTranslationService.decode(Object source, CouchbaseStorable target)
          Decode a JSON string into the CouchbaseStorable structure.
 

Methods in org.springframework.data.couchbase.core.convert.translation with parameters of type CouchbaseStorable
 CouchbaseStorable TranslationService.decode(Object source, CouchbaseStorable target)
          Decodes the target format into a CouchbaseDocument
 CouchbaseStorable JacksonTranslationService.decode(Object source, CouchbaseStorable target)
          Decode a JSON string into the CouchbaseStorable structure.
 Object TranslationService.encode(CouchbaseStorable source)
          Encodes a CouchbaseDocument into the target format.
 Object JacksonTranslationService.encode(CouchbaseStorable source)
          Encode a CouchbaseStorable to a JSON string.
 

Uses of CouchbaseStorable in org.springframework.data.couchbase.core.mapping
 

Classes in org.springframework.data.couchbase.core.mapping that implement CouchbaseStorable
 class CouchbaseDocument
          A CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server.
 class CouchbaseList
          A CouchbaseList is an abstract list that represents an array stored in a (most of the times JSON) document.
 


Spring Data Couchbase

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