my2iu / Jinq

LINQ-style queries for Java 8
Other
659 stars 71 forks source link

Chained Join Fetches #75

Open my2iu opened 5 years ago

my2iu commented 5 years ago

Add a way to support chained join fetches like this:

SELECT a INNER JOIN FETCH a.bs AS b INNER JOIN FETCH b.cs AS c

beniamindziurdza commented 5 years ago

Is there any chance to add this feature?

my2iu commented 5 years ago

To be honest, not likely. I just can't muster up the resources to work on Jinq at the moment.