The following comment has been added to this issue:

     Author: Augusto Cesar Righetto
    Created: Mon, 25 Jul 2005 2:28 PM
       Body:
The follow code only works with "role" parameter:

/** Armazena o conjunto de idiomas falados nesse país. */
private Set idioma;

/** Retorna o conjunto de idiomas falados nesse país.
 *
 * @return conjunto de idiomas falados nesse país.
 *
 * @hibernate.set 
 *      role="idioma" 
 *      table="PAIS_E_IDIOMA"
 *      lazy="true"
 *      cascade="save-update"
 * @hibernate.collection-key 
 *      column="PAIS_CD_IDENTIFICADOR"
 * @hibernate.collection-many-to-many 
 *      class="br.com.xxx.model.Idioma" 
 *      column="IDIO_CD_IDENTIFICADOR"
 */
public Set getIdioma() {
    return idioma;
}

---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1482?page=comments#action_17045

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1482

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1482
    Summary: Field missing on documentation
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: XDoclet
 Components: 
             Documentation
   Versions:
             1.2.3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Augusto Cesar Righetto

    Created: Fri, 22 Jul 2005 8:42 AM
    Updated: Mon, 25 Jul 2005 2:28 PM
Environment: http://xdoclet.sourceforge.net/xdoclet/tags/[EMAIL PROTECTED]

Description:
The field "role" is missing on @hibernate.set


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to