[hibernate-dev] JPA-SQL

2017-06-14 Thread Gunnar Morling
Hi, This might be interesting to some: https://rapidclipse.atlassian.net/wiki/display/DOCEN/JPA-SQL. It's an external DSL for writing queries which are translated into JPA Criteria API queries then. There's a dedicated editor for that DSL, with auto-completion etc. I.e. one should get the feel of

Re: [hibernate-dev] @org.hibernate.annotations.Index and NullPointerException in IndexOrUniqueKeySecondPass

2017-06-14 Thread Laurent Almeras
Thanks all for your help, Here is my issue : https://hibernate.atlassian.net/browse/HHH-11815 I prepare a forked branch with test and proposed fix. On 07/06/2017 18:07, Steve Ebersole wrote: > Here you can find more info and some maybe helpful links : > https://github.com/hibernate/hibernate-o