Skip to content

Commit

Permalink
Merge pull request #133 from alexsnaps/HHH-5478
Browse files Browse the repository at this point in the history
HHH 5478 Update Ehcache documentation wrt clustering & transactional support
  • Loading branch information
stliu committed Jul 19, 2011
2 parents efd1656 + 0c1d94d commit 70750c9
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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>
Expand Down Expand Up @@ -1134,7 +1134,7 @@ public SortedSet&lt;Ticket&gt; getTickets() {

<entry>yes</entry>

<entry></entry>
<entry>yes</entry>
</row>

<row>
Expand Down

0 comments on commit 70750c9

Please sign in to comment.