Hi Stefan, Here's a brief overview: http://www.ibm.com/developerworks/websphere/techjournal/0909_col_sutter/0909_col_sutter.html
Specific to the Criteria API: http://www.ibm.com/developerworks/java/library/j-typesafejpa/ Hope this gets you interested. One thing to be aware of is that JPA 2.0 is binary compatible with JPA 1.0, from a spec perspective. So, you should be able to start experimenting with our JPA 2.0 implementation without any impact to your current applications. http://openjpa.apache.org/downloads.html Good luck, Kevin On Fri, Oct 1, 2010 at 7:48 AM, stlecho <[email protected]> wrote: > > Hi, > > On one of the projects I'm working on, we're currently using OpenJPA > v1.1.2. > We are planning to upgrade to v2.0.1, but I would like to have an overview > of the new features. Features - like Criteria - that are suported in > v2.0.1, > but not in v1.1.2. > > Is this overview somewhere available (without reading the complete manual) > ? > > Regards, Stefan Lecho. > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/Upgrade-from-1-2-x-to-2-0-x-Overview-of-new-features-tp5591214p5591214.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. >
