Package | Description |
---|---|
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
static QueryValueConvertionType |
QueryValueConvertionType.valueOf(java.lang.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(java.lang.String fieldName,
T value,
QueryValueConvertionType convertionType,
Reference<java.lang.String> strValue) |
boolean |
DocumentConvention.tryConvertValueForQuery(java.lang.String fieldName,
java.lang.Object value,
QueryValueConvertionType convertionType,
Reference<java.lang.String> strValue) |
Copyright © 2014. All Rights Reserved.