Re: [hibernate-dev] Multi-level Fetch Joins

2015-09-19 Thread Steve Ebersole
On Wed, Sep 16, 2015 at 8:38 PM Gail Badner wrote: > 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 vari

[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