• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JPA 2.0 - good and up-to-date tutorial

 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,



Anyone knows good and up-to-date tutorial for JPA 2.0?



There is one here:

http://www.ibm.com/developerworks/java/library/j-typesafejpa/

but it assumes that there is a QueryBuilder class which is not present in JPA 2.0 (they resigned from it).

So... up-to-date tutorial gould be very useful
 
Ranch Hand
Posts: 553
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is some JPA 2.0 info here,

http://en.wikibooks.org/wiki/Java_Persistence/What_is_new_in_JPA_2.0%3F

and some examples here,

http://wiki.eclipse.org/EclipseLink/Examples/JPA#JPA_2.0

The QueryBuilder was just renamed to CriteriaBuilder
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. I used for learning JPA 2.0 this book - http://www.amazon.com/Pro-JPA-Mastering-Persistence-Technology/dp/1430219564. I think it is the best choice - I passed Java EE 6 Java Persistence API Developer Certified Expert Exam certification with it help. Also you can use this mock questions - http://jpa-quiz.rhcloud.com/, which contains questions grounded on the above book.
 
reply
    Bookmark Topic Watch Topic
  • New Topic