posted 9 years ago
Hi,
above is my xml configuration using JPA hibernate I have mapped my Entity class as well (Employee),
whenever I start hibernate, Employee table is newly created and i loose all data from the table which was stored last time.
I have also commented this line <!-- <property name="hbm2ddl.auto">create</property> -->.
please someome tell me where i am gone wrong,what is the solution.
Thank you
Gajendra