Hi there,
first of all I really like Hibernate Tools and use it a lot :-) There is one question I still have: Is it possible to generate a mapping like the following out of my DB schema?
Code:
<component name="myProperty" insert="true" update="true">
<property name="foo1">
<column name="bar1"/>
</property>
<property name="foo2">
<column name="bar2"/>
</property>
</component>
I think this is currently not possible, right? Is something like this planned for a future release? Should I open a Jira issue for this or is there already one but I can't find it?
Regards
Kai