HHH-5478 Updated docs for ehcache transactional & clustered support
This commit is contained in:
parent
a2bae5a18c
commit
0c1d94db13
|
@ -766,9 +766,9 @@ Customer customer = (Customer) session.get( Customer.class, customerId );
|
|||
|
||||
<entry><literal>org.hibernate.cache.EhCacheProvider</literal></entry>
|
||||
|
||||
<entry>memory, disk</entry>
|
||||
<entry>memory, disk, transactional, clustered</entry>
|
||||
|
||||
<entry></entry>
|
||||
<entry>yes</entry>
|
||||
|
||||
<entry>yes</entry>
|
||||
</row>
|
||||
|
@ -1134,7 +1134,7 @@ public SortedSet<Ticket> getTickets() {
|
|||
|
||||
<entry>yes</entry>
|
||||
|
||||
<entry></entry>
|
||||
<entry>yes</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in New Issue