| Gail Badner, from what I can see ScrollableResultsImpl#prepareCurrentRow() delegates to Loader#loadSingleRow() specifying that proxies are not to be generated. This behavior is opposite of the behavior when a user uses Query#getResultList() as this does request that proxies be generated. Changing ScrollableResultsImpl#prepareCurrentRow() doesn't generate any test failures on master, but is there any side effects I may be unaware of by making this change? |