hibernate.hbm2ddl.auto

https://hocdelamduocviec.blogspot.com/2014/04/hibernatehbm2ddlauto.html
Mode
|
Reads
import.sql
|
Alters Database
Structure
|
Comments
|
update |
No
|
Yes
| |
create |
Yes
|
Yes
| Empties the database before creating it |
create-drop |
Yes
|
Yes
| Drops the database when the SessionFactory is closed |
validate |
No
|
No
|