Module spring.data.jpa
Interface QueryEnhancer.QueryRewriteInformation
- Enclosing interface:
- QueryEnhancer
public static interface QueryEnhancer.QueryRewriteInformation
Interface to describe the information needed to rewrite a query.
- Since:
- 3.5
-
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.
-