All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.couchbase.client.java.query.dsl.path.JoinPath Maven / Gradle / Ivy

package com.couchbase.client.java.query.dsl.path;

/**
 * .
 *
 * @author Michael Nitschinger
 */
public interface JoinPath extends KeysPath {

    KeysPath as(String alias);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy