What’s the use of the option “hbm2ddl.auto” in Hibernate Configuration File?
Sets the Necessary Configuration for JDBC Connection
Sets the mapping files for persistent Classes.
Turns on automatic generation of database schemas - directly into the database.
Specify the JDBC Connectivity to happen during startup.