Multiple choice technology programming languages what does hibernate.hbm2ddl.auto create this means ? create tables automatically b) create session object automatically c) create Session Factory object automatically 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.