Increase the scope of some methods to make them accessible outside of Hibernate ORM

Description

In detail:

  • I need to remove the final from SessionImpl#internalLoad so that I can override it in Hibernate Rx;

  • I changed some methods to protected so that I don't have to duplicate them

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created February 25, 2020 at 9:39 AM
Updated March 27, 2020 at 5:03 AM
Resolved February 26, 2020 at 9:36 AM

Flag notifications