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) JpaQueryMethod
(Method method, RepositoryMetadata metadata, ProjectionFactory factory, QueryExtractor extractor) Creates aJpaQueryMethod
.