Uses of Class
com.couchbase.client.java.query.dsl.path.JoinType
-
Packages that use JoinType Package Description com.couchbase.client.java.query.dsl.element com.couchbase.client.java.query.dsl.path -
-
Uses of JoinType in com.couchbase.client.java.query.dsl.element
Constructors in com.couchbase.client.java.query.dsl.element with parameters of type JoinType Constructor Description JoinElement(JoinType joinType, String from)
NestElement(JoinType joinType, String from)
UnnestElement(JoinType joinType, String path)
-
Uses of JoinType in com.couchbase.client.java.query.dsl.path
Methods in com.couchbase.client.java.query.dsl.path that return JoinType Modifier and Type Method Description static JoinType
JoinType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JoinType[]
JoinType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-