| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl | |
| com.mmnaseri.utils.spring.data.query | |
| com.mmnaseri.utils.spring.data.query.impl |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyComparator.sort(List<?> collection,
Sort sort)
Given a collection of objects, will sort them by taking the sort property into account.
|
| Modifier and Type | Method and Description |
|---|---|
Sort |
QueryDescriptor.getSort(Invocation invocation)
Given an actual, runtime invocation, returns the sort metadata for that invocation as per this qery, or
returns null to indicate no ordering is required.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSort
This is an immutable sort
|
| Modifier and Type | Method and Description |
|---|---|
Sort |
DirectSortParameterExtractor.extract(Invocation invocation) |
Sort |
PageableSortParameterExtractor.extract(Invocation invocation) |
Sort |
WrappedSortParameterExtractor.extract(Invocation invocation) |
Sort |
DefaultQueryDescriptor.getSort(Invocation invocation) |
protected Sort |
AbstractSortParameterExtractor.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
|
| Constructor and Description |
|---|
WrappedSortParameterExtractor(Sort sort) |
Copyright © 2014–2016. All rights reserved.