Uses of Interface
org.springframework.data.jpa.repository.query.QueryEnhancer
Packages that use QueryEnhancer
Package
Description
Query implementation to execute queries against JPA.
-
Uses of QueryEnhancer in org.springframework.data.jpa.repository.query
Classes in org.springframework.data.jpa.repository.query that implement QueryEnhancerModifier and TypeClassDescriptionclass
The implementation of the Regex-basedQueryEnhancer
usingQueryUtils
.class
The implementation ofQueryEnhancer
using JSqlParser.Methods in org.springframework.data.jpa.repository.query that return QueryEnhancerModifier and TypeMethodDescriptionstatic QueryEnhancer
QueryEnhancerFactory.forQuery
(org.springframework.data.jpa.repository.query.DeclaredQuery query) Creates a newQueryEnhancer
for the givenDeclaredQuery
.