|
org.hibernate.DuplicateMappingException: Duplicate class/entity mapping project
I had this error
org.hibernate.DuplicateMappingException: Duplicate class/entity mapping project.hibernate.User
and I was searching on Internet about that. It appears because there is 2 persistent class with the same name. my question is:
Is it count the extension ? because the classes that I used the same name are
User.java y User.hbm.xml.
Thanks
|