[hibernate-commits] [hibernate/hibernate-orm] fe5232: HHH-13878 Remove final from SessionImpl#internalLoad
DavideD
noreply at github.com
Wed Feb 26 04:35:47 EST 2020
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: fe52328ab66155a79da8698cbad5419cd32feb19
https://github.com/hibernate/hibernate-orm/commit/fe52328ab66155a79da8698cbad5419cd32feb19
Author: Davide D'Alto <davide at hibernate.org>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
HHH-13878 Remove final from SessionImpl#internalLoad
In Hibernate RX we need to override this method.
Commit: 4e58006f10cd3adb662eb4c770968b98021c7c28
https://github.com/hibernate/hibernate-orm/commit/4e58006f10cd3adb662eb4c770968b98021c7c28
Author: Davide D'Alto <davide at hibernate.org>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
Log Message:
-----------
HHH-13878 Make some private methods in Loader protected
This way we can reduce the amount of copy and paste in Hibernate Rx.
Compare: https://github.com/hibernate/hibernate-orm/compare/c76675f11ac4...4e58006f10cd
More information about the hibernate-commits
mailing list