Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » FetchGroup does not work for Embedded attribute
FetchGroup does not work for Embedded attribute [message #1347534] Sun, 11 May 2014 04:43
jason zhang is currently offline jason zhangFriend
Messages: 31
Registered: July 2009
Member
My Code is like this
FetchGroup fetchGroup=new FetchGroup();
fetchGroup.addAttrbiute("singleembed.streetAddress");
fetchGroup.addAttribute( "multiembed.streetAddress");
readAllQuery.setFetchGroup(fetchGroup);


I found attribute of embedded instance is pre-loaded or load-lazily.

I am using eclipselink 2.5.1

Anything I did wrong?

thanks
-jason
Previous Topic:FetchGroup for relation attributes
Next Topic:@Embeddable class containing type of its own
Goto Forum:
  


Current Time: Tue Mar 19 02:19:00 GMT 2024

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

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

Back to the top