[hibernate-dev] JPQL versus HQL

2014-08-17 Thread Etienne Miret
Hello all, Is HQL a superset of JPQL or a completely different language? I’m asking because I’m currently adding JPAQL constructions to HQL (see HHH-9342 and HHH-9345), and I want to be sure it is the right thing to do. Since the reference documentation doesn’t say anything about JPQL, I suspec

Re: [hibernate-dev] JPQL versus HQL

2014-08-17 Thread Gunnar Morling
Hi Etienne, 2014-08-17 9:07 GMT+02:00 Etienne Miret : > Hello all, > > Is HQL a superset of JPQL or a completely different language? > Yes, HQL is a superset. > > I’m asking because I’m currently adding JPAQL constructions to HQL (see > HHH-9342 and HHH-9345), and I want to be sure it is the ri

Re: [hibernate-dev] JPQL versus HQL

2014-08-17 Thread Etienne Miret
Hi Gunnar, Thank you for your reply, and sorry I missed the answer in the Developer Guide. I’ll search it more carefully next time. Regards, -- Etienne Miret ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mai

Re: [hibernate-dev] JPQL versus HQL

2014-08-17 Thread Sanne Grinovero
Hi Etienne, don't worry, it's actually great to know that you're working on that. Always welcome to ask! Cheers, Sanne On 17 August 2014 12:18, Etienne Miret wrote: > Hi Gunnar, > > Thank you for your reply, and sorry I missed the answer in the Developer > Guide. I’ll search it more carefully ne

Re: [hibernate-dev] Gradle not running some unit tests

2014-08-17 Thread Etienne Miret
Hello all, On 2014-07-07 I wrote: > Willing to investigate some Hibernate bugs, I downloaded the sources (from > github), compiled them and ran unit tests. I used the provided Gradle wrapper > to compile and run the tests. However, > hibernate-core/target/reports/tests/index.html reports a numb