Not an Issue
Details
Details
Assignee
Roger
RogerReporter
Willem Burgers
Willem BurgersComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created November 19, 2015 at 3:53 PM
Updated December 23, 2015 at 11:31 AM
Resolved December 23, 2015 at 11:31 AM
I have a bag one-to-many collection inside of a component.
This collection is correctly mapped by hibernate, but envers creates a many-to-many link table next to the one-to-many table.
When I move the collection up to the entity class instead of the component, the many-to-many link table is not created.
Why is the link table created when the collection is inside of a component object?
The link table should not be necessary, as it is not necessary when the collection is in the entity. The component mapping should make no difference right?