From: Roland Haeder Date: Tue, 20 Oct 2015 13:00:26 +0000 (+0200) Subject: Maybe no NULL here? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf9fc2f8940539a9f574c64ac0edae8bb8964606;p=jcontacts-core.git Maybe no NULL here? Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/jcontacts/contact/UserContact.java b/src/org/mxchange/jcontacts/contact/UserContact.java index ae03a05..012db4f 100644 --- a/src/org/mxchange/jcontacts/contact/UserContact.java +++ b/src/org/mxchange/jcontacts/contact/UserContact.java @@ -107,7 +107,7 @@ public class UserContact implements Contact, Comparable { */ @Id @GeneratedValue (strategy = GenerationType.IDENTITY) - @Column (name = "contact_id", length = 20, updatable = false) + @Column (name = "contact_id", length = 20, nullable = false, updatable = false) private Long contactId; /**