Package | Description |
---|---|
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
PropertyNameFinder |
DocumentConvention.getFindPropertyNameForDynamicIndex()
Gets the function to find the indexed property name
given the indexed document type, the index name, the current path and the property path.
|
PropertyNameFinder |
DocumentConvention.getFindPropertyNameForIndex()
Gets the function to find the indexed property name
given the indexed document type, the index name, the current path and the property path.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentConvention.setFindPropertyNameForDynamicIndex(PropertyNameFinder findPropertyNameForDynamicIndex)
Sets the function to find the indexed property name
given the indexed document type, the index name, the current path and the property path.
|
void |
DocumentConvention.setFindPropertyNameForIndex(PropertyNameFinder findPropertyNameForIndex)
Sets the function to find the indexed property name
given the indexed document type, the index name, the current path and the property path.
|
Copyright © 2016. All Rights Reserved.