Uses of Interface
org.springframework.data.jpa.repository.QueryRewriter
Packages that use QueryRewriter
Package
Description
Interfaces and annotations for JPA specific repositories.
CDI support for Spring Data JPA Repositories.
Query implementation to execute queries against JPA.
-
Uses of QueryRewriter in org.springframework.data.jpa.repository
Classes in org.springframework.data.jpa.repository that implement QueryRewriter -
Uses of QueryRewriter in org.springframework.data.jpa.repository.cdi
Methods in org.springframework.data.jpa.repository.cdi that return QueryRewriterModifier and TypeMethodDescriptionBeanManagerQueryRewriterProvider.getQueryRewriter
(JpaQueryMethod method) -
Uses of QueryRewriter in org.springframework.data.jpa.repository.query
Classes in org.springframework.data.jpa.repository.query that implement QueryRewriterModifier and TypeClassDescriptionclass
Methods in org.springframework.data.jpa.repository.query that return QueryRewriterModifier and TypeMethodDescriptionBeanFactoryQueryRewriterProvider.getQueryRewriter
(JpaQueryMethod method) QueryRewriterProvider.getQueryRewriter
(JpaQueryMethod method) Obtain an instance ofQueryRewriter
for aJpaQueryMethod
.Methods in org.springframework.data.jpa.repository.query that return types with arguments of type QueryRewriterModifier and TypeMethodDescriptionClass<? extends QueryRewriter>
JpaQueryMethod.getQueryRewriter()
Returns theQueryRewriter
type.Constructor parameters in org.springframework.data.jpa.repository.query with type arguments of type QueryRewriter