| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.query.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PageablePageParameterExtractor
This extractor will expect to see a
Pageable as the last parameter passed to a query method
invocation, and converts that to a valid page. |
| 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.