Uses of Interface
org.springframework.data.jpa.repository.query.QueryEnhancer
Package
Description
Query implementation to execute queries against JPA.
-
Uses of QueryEnhancer in org.springframework.data.jpa.repository.query
Modifier and TypeClassDescriptionclass
The implementation ofQueryEnhancer
usingQueryUtils
.class
The implementation ofQueryEnhancer
using JSqlParser.Modifier and TypeMethodDescriptionstatic QueryEnhancer
QueryEnhancerFactory.forQuery
(org.springframework.data.jpa.repository.query.DeclaredQuery query) Creates a newQueryEnhancer
for the givenDeclaredQuery
.