Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.client | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
QueryOperator |
IndexQuery.getDefaultOperator() |
static QueryOperator |
QueryOperator.valueOf(java.lang.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) |
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 © 2014. All Rights Reserved.