DATA IS NOT UPDATING IN database,,
January 3, 2008 at 9:59 AM
Hi, I am new to hibernate concept, i did this example .but DATA IS NOT UPDATING IN database,
I have the same problem
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment). log4j:WARN Please initialize the log4j system properly. Inserting Record Done Hibernate: insert into CONTACT (FIRSTNAME, LASTNAME, EMAIL, ID) values (?, ?, ?, ?)
but data is not updating or inserting or updating into data base
table has been created.but data's are not updating. Where i need to do the modification.