]> git.mxchange.org Git - jcontacts-business-core.git/commitdiff
Only merge + updated jar(s)
authorRoland Haeder <roland@mxchange.org>
Fri, 23 Oct 2015 15:57:20 +0000 (17:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 Oct 2015 15:58:08 +0000 (17:58 +0200)
lib/jphone-core.jar
src/org/mxchange/jcontactsbusiness/branch/CompanyBranchOffice.java

index c9c4898c3257f4944495f830d079c3f386a3af3a..abcb50e97ca270b6b4dfcbc96cab818820636243 100644 (file)
Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ
index 4ea73440fb76253f969ffa982ebbba509ad11eb4..f01d55e6e2d2a1b978dc67ee68b07b988bcdf5f7 100644 (file)
@@ -73,7 +73,7 @@ public class CompanyBranchOffice implements BranchOffice, Comparable<BranchOffic
         * Branch office's country code
         */
        @JoinColumn (name = "branch_country_id", nullable = false)
-       @OneToOne (targetEntity = CountryData.class, optional = false, fetch = FetchType.EAGER)
+       @OneToOne (targetEntity = CountryData.class, cascade = CascadeType.MERGE, optional = false, fetch = FetchType.EAGER)
        private Country branchCountry;
 
        /**