Does anyone have a list of the changes between JPA 1 and JPA 2? I have read about the Criteria queries and other changes, but I would like a "what's new" kind of reference. Thanks
|
feedback
|
|
Google returns many results, including this and this blog posts. The summary (copied from the former) is:
| |||
feedback
|
|
JPA2 also adds typesafe query api. see http://www.ibm.com/developerworks/java/library/j-typesafejpa/ | |||
|
feedback
|
|
There is also a pdf version of Mike Keith's presentation "What's New and Exciting in JPA 2.0" from Jazoon 2009. | |||
|
feedback
|