Avoid FullTextQuery API to directly depend on deprecated API methods

Description

By directly extending the `org.hibernate.Query` API - which is now deprecated - many methods we provide are consequentially also being flagged as deprecated.

This can be avoided by changing the interface hierarchy.

Indirectly extending `org.hibernate.Query` will still be needed to avoid breaking the API.

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created January 16, 2017 at 12:39 PM
Updated January 25, 2017 at 3:24 PM
Resolved January 16, 2017 at 5:34 PM