Hi,
is there any documentation how to create lists instead of sets for 1:n relations? Currently the hibernate tools create (Hash)sets, which would need more effort to sort. I saw that there are hbm templates for list, how can I use them? I tried to replace the content of set.hbm.ftl with the list, but that caused an error. I think there's some logic in the classes for reverse engineering to control that.
I think I know how to manually do that, but I have ~20-30 tables, and I would also have to change the java part, which currently uses sets, too.
Can't imagine, that these template files are without any usage included for two years or more, so..help me please :)
|