Roland Haeder [Sat, 12 Mar 2016 11:44:48 +0000 (12:44 +0100)]
Cleanup:
- compareTo()/Comparable<T> was used back in the TDGP times and is no longer needed
- value first, then variable on comparison to avoid accidently assignments
- updated jar(s)
Roland Haeder [Fri, 11 Mar 2016 21:02:57 +0000 (22:02 +0100)]
Some cascade/fetch cleanups:
- CascadeType.MERGE is basicly an UPDATE statement, it needs to be REFRESH (from database to local entity object)
- Fetch strategy EAGER is default, no need to specify it
- updated jar(s)
Roland Haeder [Wed, 2 Mar 2016 19:44:30 +0000 (20:44 +0100)]
added files from addressbook-lib:
- added a lot jars and classes which may need to be customized for jjobs
- added Java EE 7 API and generic Persistence (JPA 2.1)
- updated project files