Merge pull request #135 from alexsnaps/HHH-5478-4.0

HHH-5478 for 4.0. Also updated the FQCN which still referenced the internal package
This commit is contained in:
Strong Liu 2011-07-19 10:04:19 -07:00
commit e23636d72f
1 changed files with 3 additions and 3 deletions

View File

@ -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, transactional, clustered</entry>
<entry></entry>
<entry>yes</entry>
<entry>yes</entry>
</row>