Uses of Class
org.springframework.data.repository.query.QueryMethod
Package
Description
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Uses of QueryMethod in org.springframework.data.repository.core.support
Modifier and TypeMethodDescriptionRepositoryFactoryBeanSupport.getQueryMethods()
RepositoryFactoryInformation.getQueryMethods()
Returns allQueryMethod
s declared for that repository.protected List<QueryMethod>
RepositoryFactorySupport.getQueryMethods()
-
Uses of QueryMethod in org.springframework.data.repository.query
Modifier and TypeMethodDescriptionRepositoryQuery.getQueryMethod()
Returns the relatedQueryMethod
.Modifier and TypeMethodDescriptionstatic QueryCreationException
QueryCreationException.create
(QueryMethod method, String message) Creates a newQueryCreationException
.static QueryCreationException
QueryCreationException.create
(QueryMethod method, Throwable cause) static QueryCreationException
QueryCreationException.invalidProperty
(QueryMethod method, String propertyName) Rejects the given domain class property. -
Uses of QueryMethod in org.springframework.data.repository.support
Modifier and TypeMethodDescriptionRepositories.getQueryMethodsFor
(Class<?> domainClass) Returns theQueryMethod
s contained in the repository managing the given domain class.