Hello,
After SoftShake (and few JUGs), I'm proud (and kind of exited) to announce
my Tool In Action titled "a hint of NoSQL into my Java EE" has been
approved.
See you there :)
Guillaume
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https
forwarding this to the list too (hoping this time is not rejected by
mail server)
Original Message
Subject:Re: [hibernate-dev] Required improvements for Infinispan's
query engine
Date: Mon, 09 Sep 2013 17:06:14 +0300
From: Adrian Nistor
To: Gunnar Morling
CC:
We will need to make a slight change to execution of native SQL queries
in order to pass the JPA 2.1 TCK. The new TCK tests that execution of a
native SQL query does an "auto flush".
The problem with this is that, unlike with HQL/JPQL, we do not know the
tables affected by a native SQL query (