johnypt wrote:
Hello,
my only question is how can I configure the process of reverse eng. in HB tools I mean for example:
A. if I want Set, Collection, or SortedSet - for many to many or many to one relation
it is possible to choose between <bag> and <set>, read the docs.
Quote:
B. the inheritance, Table per hierarchy, per subclass, per class
Not possible and borders to something that would be just as hard to describe in reveng.xml as in hbm.xml or annotations so why don't you just do the mapping there ?
Quote:
C. id unique generator : native, increment,...
read the doc about reveng.xml and primary-key.
Quote:
D..and so on.
Two options:
1) contribute these things (and you will either solve your problem or see that #2 is an better option)
2) use mapping files if you want to have full control over the mapping.
/max