Uses of Interface
org.springframework.data.jpa.repository.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
-
Uses of QueryRewriter in org.springframework.data.jpa.repository.cdi
Modifier and TypeMethodDescriptionBeanManagerQueryRewriterProvider.getQueryRewriter
(JpaQueryMethod method) -
Uses of QueryRewriter in org.springframework.data.jpa.repository.query
Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionBeanFactoryQueryRewriterProvider.getQueryRewriter
(JpaQueryMethod method) QueryRewriterProvider.getQueryRewriter
(JpaQueryMethod method) Obtain an instance ofQueryRewriter
for aJpaQueryMethod
.Modifier and TypeMethodDescriptionClass<? extends QueryRewriter>
JpaQueryMethod.getQueryRewriter()
Returns theQueryRewriter
type.