'name' field not rendered in output Hibernate mapping
-----------------------------------------------------

                 Key: XDP-217
                 URL: http://jira.codehaus.org/browse/XDP-217
             Project: XDoclet 2 Plugins
          Issue Type: Bug
    Affects Versions: 1.0.4
         Environment: Hibernate 3.2 GA, Xdoclet 2.0.6, 
Xdoclet-plugin-hibernate-1.0.4-SNAPSHOT, Windows XP SP2, Ant 1.6.5
            Reporter: Alex Marshall


Given the following doclet annotation ....

        /**
         * @hibernate.key-many-to-one column="agency_id" lazy="false" 
class="org.mypackage.Agency"
         */
        private Agency  agency;

... the relevant generated output in the Hibernate .hbm.xml file looks like :

    <key-many-to-one access="field"/>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to