Interface SortAccessor<T>

Type Parameters:
T -
All Known Implementing Classes:
SpelSortAccessor

public interface SortAccessor<T>
Resolves the Sort object from given KeyValueQuery and potentially converts it into a store specific representation that can be used by the QueryEngine implementation.
Author:
Christoph Strobl, Mark Paluch