Hi people,

I would like to create a Map many-to-many between the key and the value.

Code:

        /**
         * @hibernate.map lazy="false" cascade="none"
         *                table="REL_QUESTION_ANSWER"
         * @hibernate.map-key-many-to-many class="pojo.Question"
         * @hibernate.many-to-many class="pojo.Answer"
         */

They generete the XML mapping, but is something wrong.  I try to
generate the SQL code but the table REL_QUESTION_ANSWER is not
created.

Thanks for the help.


VELO


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to