Fixed
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
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
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.