From: Raible, M. <Mat...@ca...> - 2002-12-26 18:32:32
|
Is it possible to create the following with xdoclet tags? <composite-id> <key-property column="HEADEND_ID" length="22" name="headendId" type="java.lang.Long"/> <key-property column="MSO_ID" length="22" name="msoId" type="java.lang.Long"/> <key-property column="USERID" length="16" name="userid" type="java.lang.String"/> </composite-id> I generated this from our database, and now want to map back to it using XDoclet. Thanks, Matt |