| Package | Description |
|---|---|
| org.springframework.data.repository.query |
Support classes to work with query methods.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryCreationException |
QueryCreationException.create(QueryMethod method,
String message)
Creates a new
QueryCreationException. |
static QueryCreationException |
QueryCreationException.create(QueryMethod method,
Throwable cause)
|
static QueryCreationException |
QueryCreationException.invalidProperty(QueryMethod method,
String propertyName)
Rejects the given domain class property.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.