Hi Naresh,
Many thanks for your reply.
I am trying to converting an existing application into
Java. Currently it is written in VB. It has a database in MS SQL and I want to use Hibernate to access the database.
But in the database I have found that one table does not have any primary key, so I am just confused on how to make a .hbm file for that table. Also that table does not have any foreign key in it.
Is it possible in hibernate to map this table without the primary key. If I do so I am getting the exception.
Thanks,
Satyam