Consider the hierarchy :
And the following classes and xml :
I was having same problem.
Use @javax.persistence.Entity instead of org.hibernate.annotations.Entity
@javax.persistence.Entity
org.hibernate.annotations.Entity