Closed
Description
For example:
import static org.springframework.data.couchbase.core.query.N1QLExpression.*;
...
QueryCriteria criteria = QueryCriteria.where(path(meta(escapedBucket(getCouchbaseOperations().getBucketName())), "cas").toString()).eq(version);
produces a query like so:
(`META(`YS_Apps`).cas` = 1611287177404088320)