]> git.mxchange.org Git - jfinancials-core.git/commit
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:05:14 +0000 (21:05 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:07:23 +0000 (21:07 +0200)
commit097b362a8912bdc9b0735624175e31cbd918fb50
tree15064b1e57d5b97ee713b88bbe9c44823591b6f3
parenteed6779f7af1bfd2483ea602c7fbca877f105854
Continued a bit:
- opps, really need to have at least a default constructor, hashCode() and
  equals() around, else the JPA generates a SEQUENCE table which you don't want
  (usually not).
- added constructor with all fields, except primary key and created-timestamp
- you have to set those timestamps by yourself

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/receipt/Receipt.java
src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java