Is it possible to create for ORION a unidirectional relation { one -> to
many } using Xdoclet tags? 

For a tag like this:
        /**
         * @ejb.interface-method
         *  view-type="local"
         * @ejb.value-object
         *  aggregate = "com.egateway.model.vo.RelatedLicenseTypeVO"
         *  aggregate-name = "RelatedLicenseType"
         *  members =
"com.egateway.model.interfaces.RelatedLicenseTypeLocal"
         *  members-name = "RelatedLicenseType"
         *  relation = "external"
         *  type = "Collection"
         * @ejb.relation
         *  name="licenserelationtype-relatedlicensetype"
         *  role-name="licenserelationtype-has-relatedlicensetype"
         *  target-ejb="RelatedLicenseType"
         *
target-role-name="relatedlicensetype-belongs-to-licenserelationtype" 
        */
        public abstract Collection getRelatedLicenseType();
        public abstract void setRelatedLicenseType(Collection
relatedLicenseTypes);

ORION is creating an aditional maping TABLE called RelatedLicenseType,
which I don't want.
Instead I want to map the relation to an existing table.

Thanks,
Calin




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to