Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.client | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
QueryOperator |
IndexQuery.getDefaultOperator()
Changes the default operator mode we use for queries.
|
static QueryOperator |
QueryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOperator[] |
QueryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexQuery.setDefaultOperator(QueryOperator defaultOperator)
Changes the default operator mode we use for queries.
|
Modifier and Type | Method and Description |
---|---|
TSelf |
IDocumentQueryBase.usingDefaultOperator(QueryOperator queryOperator)
Select the default operator to use for this query
|
Modifier and Type | Field and Description |
---|---|
protected QueryOperator |
AbstractDocumentQuery.defaultOperator |
Modifier and Type | Method and Description |
---|---|
IDocumentQuery<T> |
AbstractDocumentQuery.usingDefaultOperator(QueryOperator operator) |
Copyright © 2016. All Rights Reserved.