[hibernate-commits] [hibernate/hibernate-orm] 8dfdf8: HHH-12615 Make a few AbstractEntityPersister metho...

GitHub noreply at github.com
Thu May 24 04:41:28 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 8dfdf8d22bc2f0621951ac909c266fe8a0b9cca1
      https://github.com/hibernate/hibernate-orm/commit/8dfdf8d22bc2f0621951ac909c266fe8a0b9cca1
  Author: Guillaume Smet <guillaume.smet at 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.


More information about the hibernate-commits mailing list