Missing not-found parameter for one-to-many, many-to-one and many-to-many
-------------------------------------------------------------------------

         Key: XDP-58
         URL: http://jira.codehaus.org/browse/XDP-58
     Project: XDoclet 2 Plugins
        Type: Improvement
  Components: hibernate  
    Versions: hibernate-1.0    
    Reporter: Espen Amble Kolstad
    Priority: Minor
 Attachments: not-found.zip

Missing not-found parameter for one-to-many, many-to-one and many-to-many

E.g.

/**
 * @hibernate.many-to-one column="some_id"
 *                        not-found="ignore"
 */

Generates:

...
      <many-to-one column="some_id" not-found="ignore" ....>
...

-- 
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 Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to