Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HHH-5478 Updated docs for ehcache transactional & clustered support
  • Loading branch information
alexsnaps committed Jul 19, 2011
1 parent a2bae5a commit 0c1d94d
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 0c1d94d

Please sign in to comment.