Skip to content

Hibernate Annotations Errors

org.hibernate.AnnotationException: Annotated class should have an @Entity annotation

Section titled “org.hibernate.AnnotationException: Annotated class should have an @Entity annotation”

Make sure you have you imported javax.persistence.Entity instead of javax.org.hibernate.annotations.Entity