HHH-12829 Update the Ehcache documentation to use the new short names

This commit is contained in:
Guillaume Smet 2018-07-19 10:21:56 +02:00
parent 51c67310f7
commit f8964847dd
1 changed files with 2 additions and 2 deletions

View File

@ -616,7 +616,7 @@ To use the `EhCacheRegionFactory`, you need to specify the following configurati
---- ----
<property <property
name="hibernate.cache.region.factory_class" name="hibernate.cache.region.factory_class"
value="org.hibernate.cache.ehcache.EhCacheRegionFactory"/> value="ehcache"/>
---- ----
==== ====
@ -635,7 +635,7 @@ To use the `SingletonEhCacheRegionFactory`, you need to specify the following co
---- ----
<property <property
name="hibernate.cache.region.factory_class" name="hibernate.cache.region.factory_class"
value="org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory"/> value="ehcache-singleton"/>
---- ----
==== ====