forum

Home / DeveloperSection / Forums / Hibernate hbm2ddl.auto possible values and what they do?

Hibernate hbm2ddl.auto possible values and what they do?

Anonymous User270514-Jul-2015
I really want to know more about the update, export and the values that could be given to hibernate.hbm2ddl.auto
I need to know when to use the update and when not? And what is the alternative?

These are changes that could happen over DB:

  1. New tables
  2. new columns in old tables
  3. columns deleted
  4. data type of a column changed
  5. a type of a column changed it attributes
  6. tables have been dropped
  7. values of a column has changed
  8. In each case what is the best solution?

Updated on 14-Jul-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By