| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.query.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectSortParameterExtractor
This extractor will expect to receive a
Sort object via
the very last parameter of a query method invocation. |
class |
PageableSortParameterExtractor
This extractor expects to see a
Pageable passed as the last argument to a query method call and
tries to ask the pageable for the sort metadata. |
Copyright © 2014–2016. All rights reserved.