Results 1 to 2 of 2

Thread: Simple O:M and M:O reference

  1. #1

    Default Simple O:M and M:O reference

    Hi guys,


    i'm quite newbie in Roo.

    I create some simple table referencing, but now, i'm really stuck.

    I can't create a simple situation as that:

    Order
    -OneToMany->OrderOrderLine

    OrderOrderLine
    -orders @ManyToOne->Order
    -orderlines @ManyToOne->OrderLine

    OrderLine
    -OneToMany->OrderOrderLine

    is there any solution?

    can anybody post a true example of this situation?

    thanks in advance!

  2. #2

    Default

    Sorry guys 4 annoying i found a sample searching through the forum!

    You can close this one!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •