Uses of Class
org.springframework.data.jpa.repository.query.JpaQueryMethod
Packages that use JpaQueryMethod
Package
Description
CDI support for Spring Data JPA Repositories.
Query implementation to execute queries against JPA.
-
Uses of JpaQueryMethod in org.springframework.data.jpa.repository.cdi
Methods in org.springframework.data.jpa.repository.cdi with parameters of type JpaQueryMethodModifier and TypeMethodDescriptionBeanManagerQueryRewriterProvider.getQueryRewriter(JpaQueryMethod method) -
Uses of JpaQueryMethod in org.springframework.data.jpa.repository.query
Methods in org.springframework.data.jpa.repository.query that return JpaQueryMethodModifier and TypeMethodDescriptionDefaultJpaQueryMethodFactory.build(Method method, RepositoryMetadata metadata, ProjectionFactory factory) JpaQueryMethodFactory.build(Method method, RepositoryMetadata metadata, ProjectionFactory factory) Creates aJpaQueryMethod.AbstractJpaQuery.getQueryMethod()Methods in org.springframework.data.jpa.repository.query with parameters of type JpaQueryMethodModifier and TypeMethodDescriptionprotected <T extends jakarta.persistence.Query>
TAbstractJpaQuery.applyHints(T query, JpaQueryMethod method) Applies the declared query hints to the given query.BeanFactoryQueryRewriterProvider.getQueryRewriter(JpaQueryMethod method) QueryRewriterProvider.getQueryRewriter(JpaQueryMethod method) Obtain an instance ofQueryRewriterfor aJpaQueryMethod.Constructors in org.springframework.data.jpa.repository.query with parameters of type JpaQueryMethodModifierConstructorDescriptionAbstractJpaQuery(JpaQueryMethod method, jakarta.persistence.EntityManager em) Creates a newAbstractJpaQueryfrom the givenJpaQueryMethod.