0 Replies Latest reply on Jul 7, 2004 4:02 AM by somporn_aa

    JBoss & Multi Compound PK or Multi Composite Primary Key

    somporn_aa

      Help Me Please
      I use Eclips,XDoclet,Lomboze,JDepend
      for delveopement in ERP Application which has complex primary key
      Does JBoss support Multi Compound PK or Multi Composite Primary Key
      I try to read any commercial document and Post topic
      I have 2 table wich more than 1 Primary and More than
      1 Relationship field in this sutiation

      SALE_ORDERHEADR(BOOKCD(PK) CHAR(3), DOCNO(PK) CHAR(10), DOCDT DATE, ....etc);
      which have refrenced by
      SALE_ORDERITEM(BOOKCD(PK) CHAR(3), DOCNO(PK) CHAR(10), LIEN_ITEM(PK) INT, ....etc);
      which SALE_ORDERITEM.BOOKCD,
      SALE_ORDERITEM.DOCNO foreign from SALE_ORDERHEADR
      How can I specific in XDoclet tag
      Thank Alot for any body to answer