Java org.springframework.data.couchbase.core.mapping CouchbaseDocument fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.couchbase.core.mapping CouchbaseDocument fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.couchbase.core.mapping CouchbaseDocument.

The text is from its open source code.

Constructor

CouchbaseDocument()
Creates a completely empty CouchbaseDocument .

Method

CouchbaseDocumentput(final String key, final Object value)
Store a value with the given key for later retreival.