Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] How do I batchload many to many relations

You could also look into fetch groups in EclipseLink, or mark the blob basic
mapping as LAZY.


von Carlsen wrote:
> 
> Thank you very much for your reply. My situation is that my B objects
> contains a huuuge blob and I had thought of the solution about splitting
> the B structure so that I only fetch a small part many times and let B
> reference a new entity with most of the original fields in B (including
> the blob) in a OneToOne lazyloaded relationship. I just wanted to be
> absolutely sure that there was no better way of doing it.
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://old.nabble.com/How-do-I-batchload-many-to-many-relations-tp26228795p26286018.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top