Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] multible fetch joins

Hello [EclipseLink 1.2.0, database=MySQL 5],

I'm trying to port a client/server application first to JPA to enable the 3-tier migration.
At the moment I try to use EclipseLink as JPA implementation.

EclipseLink 1.2.0 does not support multible fetch joins like
select a from A a fetch join A.b b ...
because the alias 'b' is already denied.

Will this be supported in the 2.x of EclipseLink?

Kind Regards,
Michael



Back to the top