Add createCustomLoader() to the NativeQueryInterpreter contract

Description

So this is what is required by OGM to work without copying a not trivial part of SessionImpl.

I think it's a rather safe change.

I think serializing the CustomLoaderFactory with the Session is the way to go but maybe you have a different opinion about that?

Activity

Steve EbersoleAugust 30, 2017 at 6:50 PM

As I mentioned on the PR, why not just hook this CustomLoader factory method into the org.hibernate.engine.query.spi.NativeQueryInterpreter SPI that OGM already supplies for handling aspects of NativeQuery interpretation? Seems like a much cleaner solution

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created August 30, 2017 at 1:28 PM
Updated September 13, 2017 at 6:25 PM
Resolved September 1, 2017 at 3:47 PM

Flag notifications