Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8dfdf8d22bc2f0621951ac909c266fe8a0b9cca1
https://github.com/hibernate/hibernate-orm/commit/8dfdf8d22bc2f0621951ac9...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
Log Message:
-----------
HHH-12615 Make a few AbstractEntityPersister methods protected final
This is useful for OGM. I made them final so that we don't have to
account for child classes overriding them in the future.
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.