Uses of Interface
org.springframework.data.jpa.provider.QueryExtractor
Packages that use QueryExtractor
Package
Description
JPA provider-specific utilities.
Query implementation to execute queries against JPA.
-
Uses of QueryExtractor in org.springframework.data.jpa.provider
Classes in org.springframework.data.jpa.provider that implement QueryExtractorModifier and TypeClassDescriptionenum
Enumeration representing persistence providers to be used. -
Uses of QueryExtractor in org.springframework.data.jpa.repository.query
Constructors in org.springframework.data.jpa.repository.query with parameters of type QueryExtractorModifierConstructorDescriptionDefaultJpaQueryMethodFactory
(QueryExtractor extractor) protected
JpaQueryMethod
(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, QueryExtractor extractor) Creates aJpaQueryMethod
.