Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Tree retrieval using eclipselink

Hi,

We have a model like below:

A:B = 1:N ( A has 'N'   B's  ) 
B:C = 1:N
C:B = 1:N
B:D = 1:N

All above are unidirectional relationships.


Now there is tree/graph of objects populated . 
We have enitity id of A. 

Can I get the whole tree/graph for which A is the root in 1 eclipselink/JPA
call ?

Currently we are traversing the whole tree, which is taking more memory .
Are there any ways to acheive the same traversal using memory-cheap
eclipselink/JPA calls ?

Regards,
Harsha


-- 
View this message in context: http://old.nabble.com/Tree-retrieval-using-eclipselink-tp29222403p29222403.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top