Multiple choice technology programming languages

what does hibernate.hbm2ddl.auto create this means ?

  1. create tables automatically

  2. b) create session object automatically

  3. c) create Session Factory object automatically

  4. d) None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Setting hibernate.hbm2ddl.auto to create instructs Hibernate to automatically drop existing database tables and create new ones based on the entity mappings during application startup.