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 QueryEnhancerMethods in org.springframework.data.jpa.repository.query that return QueryEnhancerModifier and TypeMethodDescriptionstatic QueryEnhancerQueryEnhancer.create(DeclaredQuery query) Creates a newQueryEnhancerfor aDeclaredQuery.QueryEnhancerFactory.create(QueryProvider query) Creates a newQueryEnhancerfor the given query.Method parameters in org.springframework.data.jpa.repository.query with type arguments of type QueryEnhancerModifier and TypeMethodDescription<T extends @Nullable Object>
TEntityQuery.doWithEnhancer(Function<QueryEnhancer, T> function) Apply aFunctionto the query enhancer used by this query.