|
Cache keys no longer include the entity type (cf. Hibernate 4) so you can no longer use the same cache region for multiple entity types.
This isn't mentioned in the migration documentation, however this seems like a major change (and related to my issue reusing collection regions in HHH-10286). Perhaps this could be mentioned in the migration documentation?
|