Uses of Class
org.springframework.data.repository.query.QueryMethod
Packages that use QueryMethod
Package
Description
Ahead-of-Time (AOT) generation for Spring Data repositories.
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.aot.generate
Classes in org.springframework.data.repository.aot.generate with type parameters of type QueryMethodModifier and TypeClassDescriptionclassMethodContributor<M extends QueryMethod>Strategy for contributing AOT repository methods by looking introspecting query methods.static interfaceBuilder for a query method contributor.static interfaceInitial builder for a query method contributor.Methods in org.springframework.data.repository.aot.generate with type parameters of type QueryMethodModifier and TypeMethodDescriptionstatic <M extends QueryMethod>
MethodContributor.QueryMethodMetadataContributorBuilder<M> MethodContributor.forQueryMethod(M queryMethod) Creates a new builder to build aMethodContributor.Methods in org.springframework.data.repository.aot.generate that return types with arguments of type QueryMethodModifier and TypeMethodDescriptionprotected @Nullable MethodContributor<? extends QueryMethod> RepositoryContributor.contributeQueryMethod(Method method) Customization hook for store implementations to contribute a query method.Constructors in org.springframework.data.repository.aot.generate with parameters of type QueryMethodModifierConstructorDescriptionprotectedAotQueryMethodGenerationContext(RepositoryInformation repositoryInformation, Method method, QueryMethod queryMethod) -
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 allQueryMethods 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 QueryCreationExceptionQueryCreationException.create(QueryMethod method, String message) Creates a newQueryCreationException.static QueryCreationExceptionQueryCreationException.create(QueryMethod method, String message, Throwable cause) static QueryCreationExceptionQueryCreationException.create(QueryMethod method, Throwable cause) static QueryCreationExceptionQueryCreationException.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 theQueryMethods contained in the repository managing the given domain class.