Hibernate is moving away from adding Hibernate-specific properties for configuring names like this.
Instead, your application should provide it's own implemention of org.hibernate.cache.spi.RegionFactory which would build QueryResultsRegion and TimestampsRegion with the shortened names.
The property, hibernate.cache.region.factory_class property, should be set to your implementation class name
|