| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.query.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSortParameterExtractor
This class will provide support for converting
Spring Data sort objects
into sort objects defined within this framework. |
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. |
class |
WrappedSortParameterExtractor
This extractor will return the statically defined sort metadata for a query method (as parsed from the method name).
|
| Constructor and Description |
|---|
DefaultQueryDescriptor(boolean distinct,
String function,
int limit,
PageParameterExtractor pageExtractor,
SortParameterExtractor sortExtractor,
List<List<Parameter>> branches,
RepositoryFactoryConfiguration configuration,
RepositoryMetadata repositoryMetadata) |
Copyright © 2014–2016. All rights reserved.