| Package | Description |
|---|---|
| org.springframework.data.repository.query |
Support classes to work with query methods.
|
| org.springframework.data.repository.query.parser |
Support classes for parsing queries from method names.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParametersParameterAccessor
ParameterAccessor implementation using a Parameters instance to find special parameters. |
| Modifier and Type | Method and Description |
|---|---|
ResultProcessor |
ResultProcessor.withDynamicProjection(ParameterAccessor accessor)
Returns a new
ResultProcessor with a new projection type obtained from the given ParameterAccessor. |
| Constructor and Description |
|---|
AbstractQueryCreator(PartTree tree,
ParameterAccessor parameters)
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.