Unknown entity exception
March 20th, 2009
Applies to:
Hibernate
Description:
Occurs when using @org.hibernate.annotations.Entity
Cause:
You have used @org.hibernate.annotations.Entity
Applies to:
Hibernate
Description:
Occurs when using @org.hibernate.annotations.Entity
Cause:
You have used @org.hibernate.annotations.Entity
Always import @javax.persistence.Entity
@org.hibernate.annotations.Entity completes @javax.persistence.Entity but is not a replacement