FullTextQuery does not override some returned Query types to allow method chaining

Description

Today setFirstResult / setMaxResult return javax.persistence.Query so we lose the ability to further use FT specific methods like projections.

interface (jpa.)FullTextQuery { FullTextQuery setFirstResult(int var1); FullTextQuery setMaxResults(int var1); }

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created April 18, 2016 at 2:02 PM
Updated May 21, 2016 at 6:43 PM
Resolved April 18, 2016 at 6:02 PM

Flag notifications