Follows up on HSEARCH-1404 and HSEARCH-2768.
Once engine APIs won't be exposed in the ORM integration anymore (HSEARCH-2768), we'll be able to remove the methods in the engine that use {{Class<?>}} instead of {{IndexedTypeIdentifier}}.
We may want to wait until we'll have an abstraction over the metadata extraction process (HSEARCH- 1379 1401 ), so that we can avoid dodgy conversions from {{IndexedTypeIdenfier}} to {{Class<?>}} in the engine implementation. |
|