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 TypeClassDescriptionclassThe implementation ofQueryEnhancerusingQueryUtils.classThe implementation ofQueryEnhancerusing JSqlParser.Methods in org.springframework.data.jpa.repository.query that return QueryEnhancerModifier and TypeMethodDescriptionstatic QueryEnhancerQueryEnhancerFactory.forQuery(org.springframework.data.jpa.repository.query.DeclaredQuery query) Creates a newQueryEnhancerfor the givenDeclaredQuery.