Created pull request: https://github.com/hibernate/hibernate-orm/pull/3244 Possible root cause for this regression is “HHH-12146 - Support enabling caching at any level within a mapped hierarchy” The ModelBinder used for initializing hbm based mappings did not set that subclasses should inherit isCached from their super class. |