Package | Description |
---|---|
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
static QueryValueConvertionType |
QueryValueConvertionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryValueConvertionType[] |
QueryValueConvertionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentConvention.TryConvertValueForQueryDelegate.tryConvertValue(String fieldName,
T value,
QueryValueConvertionType convertionType,
Reference<String> strValue) |
boolean |
DocumentConvention.tryConvertValueForQuery(String fieldName,
Object value,
QueryValueConvertionType convertionType,
Reference<String> strValue) |
Copyright © 2016. All Rights Reserved.