| Package | Description |
|---|---|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| org.springframework.data.repository.query |
Support classes to work with query methods.
|
| org.springframework.data.repository.support |
Support classes for integration of the repository programming model with 3rd party frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<QueryMethod> |
RepositoryFactorySupport.getQueryMethods() |
List<QueryMethod> |
RepositoryFactoryBeanSupport.getQueryMethods() |
List<QueryMethod> |
RepositoryFactoryInformation.getQueryMethods()
Returns all
QueryMethods declared for that repository. |
| Modifier and Type | Method and Description |
|---|---|
QueryMethod |
RepositoryQuery.getQueryMethod()
Returns the related
QueryMethod. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryMethod> |
Repositories.getQueryMethodsFor(Class<?> domainClass)
Returns the
QueryMethods contained in the repository managing the given domain class. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.