Class DefaultMergeKeyClausePath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultMergeKeyClausePath
- All Implemented Interfaces:
MergeKeyClausePath
,Path
public class DefaultMergeKeyClausePath extends AbstractPath implements MergeKeyClausePath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultMergeKeyClausePath(AbstractPath parent)
-
Method Summary
Modifier and Type Method Description MergeUpdatePath
onKey(Expression expression)
MergeUpdatePath
onKey(String expression)
MergeUpdatePath
onPrimaryKey(Expression expression)
MergeUpdatePath
onPrimaryKey(String expression)
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
Constructor Details
-
DefaultMergeKeyClausePath
-
-
Method Details
-
onKey
- Specified by:
onKey
in interfaceMergeKeyClausePath
-
onPrimaryKey
- Specified by:
onPrimaryKey
in interfaceMergeKeyClausePath
-
onKey
- Specified by:
onKey
in interfaceMergeKeyClausePath
-
onPrimaryKey
- Specified by:
onPrimaryKey
in interfaceMergeKeyClausePath
-