Hi All,
My programe run Successfully but data don't get save in database plz help me.
Waiting..........................
output on consol:-------
===============================================
Hibernate: select max(id) from cd2
Hibernate: insert into cd2 (title, artist, purchasedate, cost, cd_type, id) values (?, ?, ?, ?, 'cd', ?)
Hibernate: insert into cd2 (title, artist, purchasedate, cost, newfeatures, cd_type, id) values (?, ?, ?, ?, ?, 'SpecialEditionBook', ?)
Hibernate: insert into cd2 (title, artist, purchasedate, cost, languages, region, cd_type, id) values (?, ?, ?, ?, ?, ?, 'InternationalBook', ?)
Process completed.
===============================================
thanks in adv.
|