|
Maybe to explain a bit more on our use case.
We have a lot of read only transactions that only fetch data and will never commit. At least with hibernate 4.3 and infinispan 7.2.2 this change allows those transactions to still make use of the query cache (with NON_XA the query cache was rolled back on transaction rollback)
|