Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.abstractions.indexing | |
net.ravendb.client.document | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
Map<String,SortOptions> |
IndexQuery.getSortHints()
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexQuery.setSortHints(Map<String,SortOptions> sortHints)
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
static SortOptions |
SortOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptions[] |
SortOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SortOptions> |
IndexDefinition.getSortOptions()
Index field sorting settings.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setSortOptions(Map<String,SortOptions> sortOptions)
Index field sorting settings.
|
Modifier and Type | Field and Description |
---|---|
protected Set<Tuple<String,SortOptions>> |
AbstractDocumentQuery.sortByHints
The types to sort the fields by (NULL if not specified)
|
Modifier and Type | Method and Description |
---|---|
SortOptions |
DocumentConvention.getDefaultSortOption(Class<?> clazz) |
SortOptions |
DocumentConvention.getDefaultSortOption(String typeName) |
Modifier and Type | Method and Description |
---|---|
<T> void |
DocumentConvention.registerQueryValueConverter(DocumentConvention.TryConvertValueForQueryDelegate<T> converter,
SortOptions defaultSortOption) |
<T> void |
DocumentConvention.registerQueryValueConverter(DocumentConvention.TryConvertValueForQueryDelegate<T> converter,
SortOptions defaultSortOption,
boolean usesRangeField) |
Modifier and Type | Field and Description |
---|---|
protected Map<com.mysema.query.types.Path<?>,SortOptions> |
AbstractIndexCreationTask.indexSortOptions |
protected Map<String,SortOptions> |
AbstractIndexCreationTask.indexSortOptionsStrings |
Modifier and Type | Method and Description |
---|---|
Map<com.mysema.query.types.Path<?>,SortOptions> |
IndexDefinitionBuilder.getSortOptions() |
Map<String,SortOptions> |
IndexDefinitionBuilder.getSortOptionsStrings() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIndexCreationTask.sort(com.mysema.query.types.Path<?> field,
SortOptions sort)
Register a field to be sorted
|
protected void |
AbstractIndexCreationTask.sort(String field,
SortOptions sort)
Register a field to be sorted
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setSortOptions(Map<com.mysema.query.types.Path<?>,SortOptions> sortOptions) |
void |
IndexDefinitionBuilder.setSortOptionsStrings(Map<String,SortOptions> sortOptionsStrings) |
Copyright © 2016. All Rights Reserved.