BTW, in @ElementCollection, should the parent's field name be used as prefix?
@ElementCollection Table : foo_bars Column name : bars_name
Notice the repetition. Event with DefaultComponentSafeNamingStrategy, omitting the "bars_" prefix for the column name in this case should be safe, isn't it?
|