Uses of Class
org.springframework.data.repository.query.QueryMethod
Packages that use 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
Methods in org.springframework.data.repository.core.support that return types with arguments of type QueryMethodModifier 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
Methods in org.springframework.data.repository.query that return QueryMethodModifier and TypeMethodDescriptionRepositoryQuery.getQueryMethod()
Returns the relatedQueryMethod
.Methods in org.springframework.data.repository.query with parameters of type QueryMethodModifier 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
Methods in org.springframework.data.repository.support that return types with arguments of type QueryMethodModifier and TypeMethodDescriptionRepositories.getQueryMethodsFor
(Class<?> domainClass) Returns theQueryMethod
s contained in the repository managing the given domain class.