Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Possible bug with CriteriaBuilder

Hi dear EclipseLink developers,

I'm using EclipseLink (version 2.6.4) CriteriaBuilder API to build a left-outer-join with an order-by clause. However, it produces an inner-join query instead of a left-outer-join. 

You can take a look at this example to reproduce the problem: 

https://github.com/jean-morissette/JpaProvidersComparison/blob/master/src/test/java/JpaCriteriaBuilderTest.java

Hibernate produces the expected result.

Please, could you confirm it's effectively a bug, when it should be fixed and if a workaround exists in the meantime.

Thank you,
Jean


Back to the top