Links interessantes p/ JPA e Hibernate
What is ORM? - http://www.hibernate.org/about/orm
Getting Started with JPA/Hibernate - http://docs.jboss.org/hibernate/core/3.6/quickstart/en-US/html_single
Hibernate Reference Documentation (a biblia) - http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/
Os capítulos 11, 16 e 17 são particularmente importantes pra vocês neste momento.
Hibernate Annotations - http://docs.jboss.org/hibernate/annotations/3.5/reference/en/html_single/#entity-hibspec
Seções 2.2.4 e 2.2.5 são importantes.
EntityManager API - http://download.oracle.com/javaee/6/api/javax/persistence/EntityManager.html
VRaptor e JPA - http://www.wbotelhos.com.br/2010/02/23/jpa-e-vraptor-3/
Embora seja um blog post (e portanto naturalmente menos confiável), pode ajudar bastante.