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 MergeUpdatePathonKey(Expression expression)MergeUpdatePathonKey(String expression)MergeUpdatePathonPrimaryKey(Expression expression)MergeUpdatePathonPrimaryKey(String expression)Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
Constructor Details
-
DefaultMergeKeyClausePath
-
-
Method Details
-
onKey
- Specified by:
onKeyin interfaceMergeKeyClausePath
-
onPrimaryKey
- Specified by:
onPrimaryKeyin interfaceMergeKeyClausePath
-
onKey
- Specified by:
onKeyin interfaceMergeKeyClausePath
-
onPrimaryKey
- Specified by:
onPrimaryKeyin interfaceMergeKeyClausePath
-