public class MapDbSortAccessor extends Object implements org.springframework.data.keyvalue.core.SortAccessor<Comparator<?>>
| Constructor and Description |
|---|
MapDbSortAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<?> |
resolve(org.springframework.data.keyvalue.core.query.KeyValueQuery<?> query)
Sort on a sequence of fields, possibly none.
|
public Comparator<?> resolve(org.springframework.data.keyvalue.core.query.KeyValueQuery<?> query)
resolve in interface org.springframework.data.keyvalue.core.SortAccessor<Comparator<?>>query - If not null, will contain one of more Sort.Order
objects.nullCopyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.