]> git.mxchange.org Git - jcontacts-business-core.git/commit
A @OneToMany annotation always causes that in the target entity's table the column...
authorRoland Haeder <roland@mxchange.org>
Wed, 21 Oct 2015 09:32:20 +0000 (11:32 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 21 Oct 2015 09:32:20 +0000 (11:32 +0200)
commit4de19580a5925e7d6038037eb031c2f72dedfba4
treec85e889f24c70b1f0ed7811f5b6ac812a28abd28
parente058af8c6c6a186afd57734cabfe2b2b76621855
A @OneToMany annotation always causes that in the target entity's table the column is being created. But here it is only wanted to have all branch offices of the company.
Signed-off-by:Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontactsbusiness/BusinessContact.java
src/org/mxchange/jcontactsbusiness/CompanyContact.java
src/org/mxchange/jcontactsbusiness/basicdata/CompanyBasicData.java
src/org/mxchange/jcontactsbusiness/branch/BranchOffice.java
src/org/mxchange/jcontactsbusiness/branch/CompanyBranchOffice.java