Hi Folks!

I've got a simple question concerning foreign key mapping with jboss and
xdoclet.
While handcoding the jbosscmp-jdbc.xml one can ommit foreign key information
like this:

   <relationships>
    <ejb-relation>
     <ejb-relation-name>Customer-Order</ejb-relation-name>
      <foreign-key-mapping>
      </foreign-key-mapping>
     </ejb-relation>
   </relationships>

JBoss then creates the fk field automatically and everything works fine.

Does anybody know how this output can be achieved using XDoclet or whether
it is possible to enhance xdoclet such that it generates this output.

Thanks, Michael


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to