Hello, I was looking at the rife framework to use, but it is hard to find a good example of a one-to-many relationship, and how it works in rife. What i'm looking for is this:
I have a parent object and this parent object has a list of children. I know that when using hibernate you can do the following: parent.getChildren() => which will give you a list of all the children (lazy-loading). But how is this done in rife? And in what version of rife? Thank you,
_______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
