Not an Issue
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
Ricardo Peres
Ricardo PeresComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created February 6, 2013 at 3:50 PM
Updated June 18, 2013 at 1:42 AM
Resolved June 18, 2013 at 1:42 AM
Currently, the ISetPropertiesMapper interface lacks a way to specify the settings for the <element> node of the <set>, as in:
<set name="SomeStringCollection" table="SOME_STRING_COLLECTION">
<key column="SC_ID" />
<element column="STRING" type="string" />
</set>