Package | Description |
---|---|
net.ravendb.client.converters | |
net.ravendb.client.document |
Modifier and Type | Class and Description |
---|---|
class |
Int32Converter |
class |
Int64Converter |
class |
UUIDConverter
Convert string from / to UUID
|
Modifier and Type | Method and Description |
---|---|
List<ITypeConverter> |
DocumentConvention.getIdentityTypeConvertors()
A list of type converters that can be used to translate the document key (string)
to whatever type it is that is used on the entity, if the type isn't already a string
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentConvention.setIdentityTypeConvertors(List<ITypeConverter> identityTypeConvertors)
A list of type converters that can be used to translate the document key (string)
to whatever type it is that is used on the entity, if the type isn't already a string
|
Copyright © 2016. All Rights Reserved.