In the following mapping for a list, a property for idx in class WhatEver is mandated. In other JPA implementation like EclipseLink, this extra attribute in WhatEver is not needed.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
In the following mapping for a list, a property for idx in class WhatEver is mandated. In other JPA implementation like EclipseLink, this extra attribute in WhatEver is not needed.
<list name="whatEver">
<key column="whatEver_fk"/>
<index column="idx"/>
<one-to-many class="WhatEver"/>
</list>