| Package | Description |
|---|---|
| org.springframework.data.repository.query |
Support classes to work with query methods.
|
| Modifier and Type | Method and Description |
|---|---|
SpelQueryContext.SpelExtractor |
SpelQueryContext.parse(String query)
Parses the query for SpEL expressions using the pattern:
<prefix>#{<spel>}
with prefix being the character ':' or '?'.
|
| Constructor and Description |
|---|
SpelEvaluator(QueryMethodEvaluationContextProvider evaluationContextProvider,
Parameters<?,?> parameters,
SpelQueryContext.SpelExtractor extractor) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.