About Question enthuware.oce-jpad.v6.2.524 :
Posted: Sun Aug 30, 2015 6:33 am
Are you sure about <OwnerEntityName>_<RelatedEntityName> formula.
Java Persistence 2.0, Final Release
11.1.23 JoinTable Annotation
The name of the join table is assumed to be the table names of the associated primary tables concatenated
together (owning side first) using an underscore.
So, table names, rather then entity names.
Java Persistence 2.0, Final Release
11.1.23 JoinTable Annotation
The name of the join table is assumed to be the table names of the associated primary tables concatenated
together (owning side first) using an underscore.
So, table names, rather then entity names.