Hi,
This is for the first time in my life th,
March 7, 2007 at 5:45 PM
Hi, This is for the first time in my life that i am using Hibernate. I followed the above steps mentioned and then executed the program. I came to see that the program executed succesfully. I also got a message in the "Console" of Eclipse that,
"Hibernate:insert into contact(FIRSNAME,LASTNAME,EMAIL,ID) values(?,?,?,?)"
Then i checked the database and found that the table "Contact" was created succesfully. But it was empty and the specified values haven't inserted into it.
So i tried to find out where this "insert" statement is being mentioned. But it was in vain.
Can anyone suggest the reason for that problem and where can i find this "insert" query?