Generated SQL tablename longer then specified length >30
Created: 05/Jun/07 12:42 PM
Updated: 30/Jun/07 05:55 AM
Component/s:
None
Affects Version/s:
None
Fix Version/s:
None
Description
For an unidirectional one-to-many association the table name is not truncated to the length, which is set in the property "maxSqlNameLength"
Set of the @JoinTable annotation is missing there. For a many-to-many association this annotation is set correctly.