]> git.mxchange.org Git - jshop-core.git/history - src/org/mxchange/jshopcore/model/order
added missing equals() hashCode() methods as this is needed for JPA to work correctly
[jshop-core.git] / src / org / mxchange / jshopcore / model / order /
2016-04-10 Roland Haederadded missing equals() hashCode() methods as this is...
2016-04-09 Roland HaederSome rewrites:
2016-04-07 Roland HaederContinued a bit:
2016-03-12 Roland HaederCleanup:
2016-03-11 Roland HaederSome cascade/fetch cleanups:
2016-03-06 Roland HaederAdded email address for author
2016-02-24 Roland Haederrenamed attributes and database fields to fit with...
2016-02-24 Roland Haederadded missing 'final'
2016-02-20 Roland HaederAdded dummy compareTo() (unimplemented, will follow...
2016-02-15 Roland HaederUpdated copyright year
2015-10-16 Roland Haederadded missing cascade type, at least MERGE
2015-10-15 Roland HaederCleanup through inspection + updated jar(s)
2015-10-12 Roland Haederrenamed for naming convention
2015-10-12 Roland Haederdon't miss this
2015-09-29 Roland Haederauto-formatted project + updated jars
2015-09-25 Roland Haederrenamed even more fields/attributes
2015-09-25 Roland HaederContinued:
2015-09-24 Roland HaederContinued:
2015-09-24 Roland Haeder@JoinColumn and @Column doesn't work together
2015-09-24 Roland Haederalso needs to be changed here, too. Good!
2015-09-24 Roland Haederjava.sql.Timestamp is sadly not available in JPA ....
2015-09-23 Roland HaederContinued with JPA:
2015-09-23 Roland HaederContinued with JPA:
2015-09-22 Roland HaederJPA started