Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Interface and Description |
---|---|
interface |
AsPath
.
|
interface |
HintPath
Hint clause (especially for specifying indexes to use) after a from clause.
|
interface |
JoinPath
.
|
interface |
NestPath
.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsPath
.
|
class |
DefaultHintPath
See
HintPath . |
class |
DefaultJoinPath
.
|
class |
DefaultKeysPath
.
|
class |
DefaultNestPath
.
|
Modifier and Type | Method and Description |
---|---|
KeysPath |
NestPath.as(String alias) |
KeysPath |
JoinPath.as(String alias) |
KeysPath |
DefaultNestPath.as(String alias) |
KeysPath |
DefaultJoinPath.as(String alias) |
KeysPath |
HintPath.useIndex(IndexReference... indexes)
Hint at what index(es) to use for this query.
|
KeysPath |
DefaultHintPath.useIndex(IndexReference... indexes) |
KeysPath |
HintPath.useIndex(String... indexes)
Hint at what index(es) to use for this query by giving names (will look for default index type).
|
KeysPath |
DefaultHintPath.useIndex(String... indexes) |
Copyright © 2015 Couchbase, Inc.