Table name generated for @ElementCollection uses owning entity class name instead of mapped entity name
Description
If no collection table is specifically mapped and an entity name is specified (via @Entity(name="...") , the table name generated for @ElementCollection starts with its (unqualified) owning entity class name. It should start with the mapped entity name instead.
For example:
Currently, the collection table is named "Matrix_mvalues"; it should be "Mtx_mvalues".
Environment
None
Activity
Show:
Gail Badner
July 10, 2014, 5:58 AM
Closing resolved issued in preparation for releasing 4.3.6.
Gail Badner
July 9, 2014, 10:46 PM
Fixed in 4.3.6 and 4.2.15. It will be fixed in master by HHH-9281.