1 Reply Latest reply on Mar 22, 2004 5:00 AM by cane74

    how to create CMP with lomboz?(compound primary key)

    sysuser1

      I'm a new student on jboss, I need more help on it

      my develop env is : eclipse 2.1.2, lomboz 2.1.2, jboss 323, jsdk 1.4.2_03

      here's my table : (lineitem)
      orderID
      lineNumber
      quantity

      1st: I create a class : LineitemPK.java with 2 element (orderID, lineNumber)

      2nd: what should I do next ....?