HHH-5478 Adapted to new FQCN and added reference to cluster support
This commit is contained in:
parent
50ac18c5c3
commit
f62e5256c1
|
@ -764,11 +764,11 @@ Customer customer = (Customer) session.get( Customer.class, customerId );
|
|||
<row>
|
||||
<entry>EHCache</entry>
|
||||
|
||||
<entry><literal>org.hibernate.cache.internal.EhCacheRegionFactory</literal></entry>
|
||||
<entry><literal>org.hibernate.cache.ehcache.EhCacheRegionFactory</literal></entry>
|
||||
|
||||
<entry>memory, disk</entry>
|
||||
<entry>memory, disk and cluster</entry>
|
||||
|
||||
<entry></entry>
|
||||
<entry>yes</entry>
|
||||
|
||||
<entry>yes</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in New Issue