Uses of Interface
org.springframework.data.jpa.repository.query.QueryProvider
Packages that use QueryProvider
Package
Description
Query implementation to execute queries against JPA.
-
Uses of QueryProvider in org.springframework.data.jpa.repository.query
Subinterfaces of QueryProvider in org.springframework.data.jpa.repository.queryModifier and TypeInterfaceDescriptioninterfaceInterface defining the contract to represent a declared query.interfaceAn extension toParametrizedQueryexposing query information about its inner structure such as whether constructor expressions (JPQL) are used or the default projection is used.interfaceA parsed and structured representation of a query providing introspection details about parameter bindings.Classes in org.springframework.data.jpa.repository.query that implement QueryProviderModifier and TypeClassDescriptionfinal classA pre-parsed query implementingDeclaredQueryproviding information about parameter bindings.Methods in org.springframework.data.jpa.repository.query that return QueryProviderModifier and TypeMethodDescriptionJSqlParserQueryEnhancer.getQuery()QueryEnhancer.getQuery()Gets the query we want to use for enhancements.EntityQuery.rewrite(QueryEnhancer.QueryRewriteInformation rewriteInformation) Rewrite the query using the givenQueryEnhancer.QueryRewriteInformationinto a sorted query or using a different projection.Methods in org.springframework.data.jpa.repository.query with parameters of type QueryProviderModifier and TypeMethodDescriptionQueryEnhancerFactory.create(QueryProvider query) Creates a newQueryEnhancerfor the given query.Constructors in org.springframework.data.jpa.repository.query with parameters of type QueryProvider