]> git.mxchange.org Git - jcontacts-business-core.git/blobdiff - src/org/mxchange/jcontactsbusiness/CompanyContact.java
eager fetch type ... + updated jar(s)
[jcontacts-business-core.git] / src / org / mxchange / jcontactsbusiness / CompanyContact.java
index 2e472d0e9afcfccad87042b18c0307b41b01afc8..7685c6c9fd669d4be4938fe9034874e5e6751165 100644 (file)
@@ -75,7 +75,7 @@ public class CompanyContact implements BusinessContact, Comparable<BusinessConta
         * Id number
         */
        @Id
-       @Column (name = "company_contact_id", length = 20, nullable = false, updatable = false)
+       @Column (name = "company_id", length = 20, nullable = false, updatable = false)
        @GeneratedValue (strategy = GenerationType.IDENTITY)
        private Long companyContactId;