Page 1 of 1

About Question enthuware.oce-jpad.v6.2.524 :

Posted: Sun Aug 30, 2015 6:33 am
by romsky
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.

Re: About Question enthuware.oce-jpad.v6.2.524 :

Posted: Sun Aug 30, 2015 8:18 pm
by admin
You are right. Fixed.
thank you for your feedback!