We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a48ca commit b0e24a7Copy full SHA for b0e24a7
src/main/asciidoc/transactions.adoc
@@ -88,7 +88,7 @@ public void doSomething() {
88
CouchbaseDocument target = new CouchbaseDocument();
89
mappingCouchbaseConverter.write(airline, target);
90
91
- ctx.insert(couchbaseClientFactory.getDefaultCollection(), target.getId(), target.getContent());
+ ctx.insert(couchbaseClientFactory.getDefaultCollection(), target.getId(), target.export());
92
93
ctx.commit();
94
});
0 commit comments