| Class | Description |
|---|---|
| AbstractSortParameterExtractor |
This class will provide support for converting
Spring Data sort objects
into sort objects defined within this framework. |
| CountDataFunction |
This data function provides support for the count aggregator over a selection.
|
| DefaultDataFunctionRegistry |
This class provides support for registering data functions.
|
| DefaultQueryDescriptor |
This is a mutable query descriptor that you can use to describe what a query does.
|
| DeleteDataFunction |
This function provides support for the delete data operation, by issuing a delete request for every
selected entity to the underlying data store.
|
| DirectSortParameterExtractor |
This extractor will expect to receive a
Sort object via
the very last parameter of a query method invocation. |
| ImmutableOrder |
This is an immutable order.
|
| ImmutablePage |
This is an immutable page
|
| ImmutablePropertyDescriptor |
This is an immutable property descriptor
|
| ImmutableSort |
This is an immutable sort
|
| 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. |
| 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. |
| WrappedSortParameterExtractor |
This extractor will return the statically defined sort metadata for a query method (as parsed from the method name).
|
Copyright © 2014–2016. All rights reserved.