Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Fix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Fix versions
Priority
Created June 9, 2017 at 8:33 AM
Updated November 28, 2018 at 3:43 PM
Resolved April 25, 2018 at 10:06 AM
Follows up on https://hibernate.atlassian.net/browse/HSEARCH-1404#icft=HSEARCH-1404 and HSEARCH-2768.
Once engine APIs won't be exposed in the ORM integration anymore (https://hibernate.atlassian.net/browse/HSEARCH-2768#icft=HSEARCH-2768), we'll be able to remove the methods in the engine that use
Class<?>
instead ofIndexedTypeIdentifier
.We may want to wait until we'll have an abstraction over the metadata extraction process (https://hibernate.atlassian.net/browse/HSEARCH-1401#icft=HSEARCH-1401), so that we can avoid dodgy conversions from
IndexedTypeIdenfier
toClass<?>
in the engine implementation.