Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Is here the way to regulate result of query to child tables of an entity.
Is here the way to regulate result of query to child tables of an entity. [message #1011860] Wed, 20 February 2013 11:43 Go to next message
Super User is currently offline Super UserFriend
Messages: 9
Registered: January 2013
Junior Member
Greetings!

Is here way to regulate the fact is query returning data from the child tables of actual entity?

For example, if here one entity relates to another with one to many relationship, could developer to query database for first entity instances only without instances of second one?

Thank you,

[Updated on: Fri, 01 March 2013 12:55]

Report message to a moderator

Re: Is here the way to regulate result of query to child tables of an entity. [message #1014845 is a reply to message #1011860] Tue, 26 February 2013 15:17 Go to previous messageGo to next message
James Sutherland is currently offline James SutherlandFriend
Messages: 1939
Registered: July 2009
Location: Ottawa, Canada
Senior Member

If you make the relationship LAZY, it will not be fetch until it is accessed.

EclipseLink also supports fetch groups to load partial objects.

In JPQL you can also select specific fields instead of the entire object.


James : Wiki : Book : Blog : Twitter
Re: Is here the way to regulate result of query to child tables of an entity. [message #1015628 is a reply to message #1014845] Fri, 01 March 2013 12:53 Go to previous message
Super User is currently offline Super UserFriend
Messages: 9
Registered: January 2013
Junior Member
Thank you Mr. Sutherland
Previous Topic:Group by statement is not rendered with criteria api
Next Topic:Strange weaving message at startup
Goto Forum:
  


Current Time: Fri Apr 26 22:02:16 GMT 2024

Powered by FUDForum. Page generated in 0.03484 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top