I think you are on the website you are looking for. Keep digging around on this site. I continue to find more goodies here. Here are some particular examples that can help with your want to code JPA compliant as much as possible.
The sample chapter:
http://www.manning.com/bauer2/chapter2.pdf
The Hibernate Annotations and Hibernate EntityManager sections found on this page:
http://www.hibernate.org/5.html
I have found that the Hibernate documentation above does a nice job of explaining JPA and Hibernate specific implementation and extensions.
Also, the Hibernate wiki on this site has lots of 'outside' references:
http://www.hibernate.org/37.html
Hope this helps,
Jeff