I have recently started learning hibernate and I got the following doubts
Correct me if I am wrong.
If hbm2ddl.auto is set to create, every time hibernate tries to interact with any table, that table will be dropped first.
Because hibernate drops a table every time it interacts with it, if I want to update a record I cannot configure hbm2ddl value as create.