Search:

Type: Posts; User: Shanavas; Keyword(s):

Search: Search took 0.02 seconds.

  1. Problem solved. I removed...

    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.
  2. Replies
    25
    Views
    116,932

    Problem solved I removed the tag...

    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...
  3. Replies
    25
    Views
    116,932

    Hi all I have a class and its mapping in hbm file...

    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...
  4. Hi i am new to spring and Hibernate, I have ...

    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...
Results 1 to 4 of 4