From: Roland Häder Date: Wed, 19 Apr 2017 22:03:12 +0000 (+0200) Subject: must be IDENTITY X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=64c15b1b4c13325f294ef27d8013e0e480b35d71;p=jfinancials-core.git must be IDENTITY --- diff --git a/src/org/mxchange/jfinancials/model/receipt/Receipt.java b/src/org/mxchange/jfinancials/model/receipt/Receipt.java index 9cf0d20..c290881 100644 --- a/src/org/mxchange/jfinancials/model/receipt/Receipt.java +++ b/src/org/mxchange/jfinancials/model/receipt/Receipt.java @@ -68,7 +68,7 @@ public class Receipt implements Billable { * Primary key */ @Id - @GeneratedValue (strategy = GenerationType.AUTO) + @GeneratedValue (strategy = GenerationType.IDENTITY) @Column (name = "receipt_id", nullable = false, updatable = false) private Long receiptId;