is it possible to design/implement a recursive entity bean.
eg: in a CatalogueEJB implementation. (no depth limit). with the ejb containing a primaryId an parentId (the reference is 1:* referring to the same ejb / stored in same table)
an example for this would be helpful. / if any of you have a better suggestion please share. thanks.
-
CMP 2.0 Question (recursive ejb) (1 messages)
- Posted by: Steve Xian
- Posted on: February 21 2002 04:05 EST
Threaded Messages (1)
- CMP 2.0 Question (recursive ejb) by Gal Binyamini on February 21 2002 18:57 EST
-
CMP 2.0 Question (recursive ejb)[ Go to top ]
- Posted by: Gal Binyamini
- Posted on: February 21 2002 18:57 EST
- in response to Steve Xian
There is no limit on recursive relationships, and you don't need any special technique to implement them - it's just like any other relationship.
Gal