Problem solved.
I removed entity-name="address" from address.hbm.xml . Thing is that if we gave a name to an entity we should use it always.
Type: Posts; User: Shanavas; Keyword(s):
Problem solved.
I removed entity-name="address" from address.hbm.xml . Thing is that if we gave a name to an entity we should use it always.
Problem solved
I removed the tag entity-name="staff" from hbm file and left name="erp.domain.Staff".
Problem is that when we give entity-name we should use that name where ever we refer this...
Hi all I have a class and its mapping in hbm file and I have specified it in the config file as a resource, but still gets mapping exception unknown entity : org.hibernate.MappingException: Unknown...
Hi i am new to spring and Hibernate, I have three classes presently in my project, one is Login which is working fine, The next is School and Address, I first tested Login and School(without...