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 1945180569
commit b84d364cd2
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
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
name="hibernate.cache.region.factory_class"
value="org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory"/>
value="ehcache-singleton"/>
----
====