Interface QueryProvider
- All Known Subinterfaces:
DeclaredQuery
,EntityQuery
,ParametrizedQuery
- All Known Implementing Classes:
PreprocessedQuery
public interface QueryProvider
Interface indicating an object that contains and exposes an
query string
. This can be either a JPQL query
string or a SQL query string.- Since:
- 4.0
- Author:
- Christoph Strobl, Mark Paluch
- See Also:
-
Method Summary
-
Method Details
-
getQueryString
String getQueryString()Return the query string.- Returns:
- the query string.
-