I am new to JPA & hibernate, when I try this tutorial . I added the following provider in my persistence.xml,
org.hibernate.ejb.HibernatePer
Check your version of Hibernate, you need hibernate-core 3.6.0 or higher to use the method addAnnotatedClass of org.hibernate.cfg.Configuration
addAnnotatedClass
org.hibernate.cfg.Configuration