[hibernate-commits] [hibernate/hibernate-orm] 10972f: HHH-11265 - Improve potential JCacheRegionFactory ...

GitHub noreply at github.com
Wed Dec 14 05:41:19 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 10972ffe30b9a3b205ae2071d17dc77f822319f2
      https://github.com/hibernate/hibernate-orm/commit/10972ffe30b9a3b205ae2071d17dc77f822319f2
  Author: Craig Andrews <candrews at integralblue.com>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M hibernate-jcache/src/main/java/org/hibernate/cache/jcache/JCacheRegionFactory.java

  Log Message:
  -----------
  HHH-11265 - Improve potential JCacheRegionFactory subclassing

Add protected `getCacheManager()` and `getCacheProvider()` methods that subclasses can override.
Change fields and methods that would be useful to subclasses from package/private scope to protected.




More information about the hibernate-commits mailing list