HbmExporter can't generate hbm file from Configuration when set with element used in mapping.
Description
Environment
None
Attachments
2
Activity
Show:

Koen Aers December 9, 2024 at 4:41 PM
I am closing this issue as it did not have any relevant updates since 2009. Please feel free to reopen it if you think it is still relevant.
Won't Fix
Details
Details
Assignee

Reporter

Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants


Fix versions
Affects versions
Priority
Created January 26, 2009 at 4:58 PM
Updated December 9, 2024 at 4:41 PM
Resolved December 9, 2024 at 4:41 PM
Can't generate when following mapping is used:
<class name="Search">
<id name="searchString"/>
<set name="searchResults" sort="natural">
<key column="searchString"/>
<element column="text" type="string"/>
</set>
</class>
See attachment unit test.