spring-data-couchbase
spring-data-couchbase copied to clipboard
eliminate decoding binary to JsonObject to String in findById and findByQuery
note to self: this adds an argument to the public decode() method.
Not sure this is possible as it is necessary to retrieve the id and cas for decode()
Not possible as id and cas need to be extracted.