Uses of Interface
org.springframework.data.jpa.provider.QueryExtractor
Package
Description
JPA provider-specific utilities.
Query implementation to execute queries against JPA.
-
Uses of QueryExtractor in org.springframework.data.jpa.provider
Modifier and TypeClassDescriptionenum
Enumeration representing persistence providers to be used. -
Uses of QueryExtractor in org.springframework.data.jpa.repository.query
ModifierConstructorDescriptionDefaultJpaQueryMethodFactory
(QueryExtractor extractor) protected
JpaQueryMethod
(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, QueryExtractor extractor) Creates aJpaQueryMethod
.