[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3715) Set can be generated only if it have OneToMany or ManyToMany element

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Mon Feb 2 06:35:44 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12450587#action_12450587 ] 

Dmitry Geraskov commented on JBIDE-3715:
----------------------------------------

I found such mapping is SimpleProject mapping.sorted package mapping examples.

<class name="Search">
		<id name="searchString"/>
		<set name="searchResults" sort="natural">
			<key column="searchString"/>
			<element column="text" type="string"/>
		</set>
	</class>

> Set can be generated only if it have OneToMany or ManyToMany element
> --------------------------------------------------------------------
>
>                 Key: JBIDE-3715
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3715
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>            Reporter: Dmitry Geraskov
>            Assignee: Dmitry Geraskov
>             Fix For: LATER
>
>


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

        



More information about the jbosstools-issues mailing list