| Interface | Description |
|---|---|
| DataFunction<R> |
This interface encapsulates a data function.
|
| DataFunctionRegistry |
A data function registry lets you register and maintain a set of data functions by name.
|
| Order |
This interface represents metadata about an ordering based on a single property.
|
| Page |
This interface represents metadata about a pagination request
|
| PageParameterExtractor |
This interface will let us extract
Page metadata for a given method invocation. |
| ParameterMetadataExtractor<E> |
This interface encapsulates the process of extracting metadata for a query execution from a
given query method invocation.
|
| PropertyDescriptor |
This interface represents metadata about a property
|
| QueryDescriptor |
This interface encapsulates everything that we can know about a query.
|
| Sort |
This interface represents a sort specification, which is in turn a collection of
orders. |
| SortParameterExtractor |
This interface encapsulates the process of extracting
Sort metadata from a given query
method invocation. |
| Enum | Description |
|---|---|
| NullHandling |
This enum is used to indicate how null values should be handled when compared to non-null values.
|
| SortDirection |
This enum is used to indicate the direction of a sort.
|
Copyright © 2014–2016. All rights reserved.