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