Interface QueryEnhancer.QueryRewriteInformation
- Enclosing interface:
QueryEnhancer
public static interface QueryEnhancer.QueryRewriteInformation
Interface to describe the information needed to rewrite a query.
- Since:
- 4.0
- Author:
- Diego Krupitza, Greg Turnquist, Mark Paluch
-
Method Summary
-
Method Details
-
getSort
Sort getSort()- Returns:
- the sort specification to apply.
-
getReturnedType
ReturnedType getReturnedType()- Returns:
- type expected to be returned by the query.
-