[hibernate-dev] Multi-level Fetch Joins

2015-09-16 Thread Gail Badner
Is the only JPA-compliant way to do a multi-level fetch join to use entity graphs? JPA 2.1 does not support fetch joins using an alias at all. JSR 338, 4.4.5.3 Fetch Joins says, "It is not permitted to specify an identification variable for the objects referenced by the right side of the FETCH JO

[hibernate-dev] Hibernate Search 5.5 Final is out: Lucene 5

2015-09-16 Thread Davide D'Alto
*I’m happy to announce the latest final release of Hibernate Search:Hibernate Search 5.5 Final.Here an overview of what Hibernate Search 5.5 brings to the table:- upgrade to Lucene 5- sortable fields- built-in bridges for JDK 8 Java Time classes- encoding null tokens for numeric fieldsYou can find

Re: [hibernate-dev] ORM5 and naming strategies (or get me my foreign keys back!)

2015-09-16 Thread Steve Ebersole
> > org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl is >> the corolary. These may or may not migrate directly due to the *split*. >> The old NamingStrategy actually covered implicit naming, physical naming >> and logical naming; whereas we have now split these out into dist