Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Eager Fetch

Hi Michael,

Have a look at the org.eclipse.persistence.annotations.JoinFetch annotation.

http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_%28ELUG%29#How_to_Use_the_.40JoinFetch_Annotation

Cheers,
Guy

----- Original Message ----- From: "Michael Simons" <michael.simons@xxxxxxxxxxx>
To: "EclipseLink User Discussions" <eclipselink-users@xxxxxxxxxxx>
Sent: Thursday, December 10, 2009 6:40 AM
Subject: [eclipselink-users] Eager Fetch


Hello,

Is there a possibility in EclipseLink to optimize the eager fetch-type? I'm thinking of something like the 'fetch="join"' thing in Hibernate. i.e., a hint that tells EL _how_ to fetch
the associated data.
If there is something like that, can I find it somewhere in the documentation?

Kind Regards,
Michael

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users




Back to the top