public abstract class AbstractSortParameterExtractor extends Object implements SortParameterExtractor
Spring
Data sort objects into sort objects defined within this framework.| Constructor and Description |
|---|
AbstractSortParameterExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected Sort |
getSort(org.springframework.data.domain.Sort sort)
Given a sort parameter from the Spring Data framework, will determine the appropriate sort
metadata compatible with this framework
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitextractprotected Sort getSort(org.springframework.data.domain.Sort sort)
sort - the sort specificationCopyright © 2014–2021. All rights reserved.