hibernate.hbm2ddl.auto屬性

 

hibernate.hbm2ddl.auto的配置參數,有如下四種:
validate:加載hibernate時,驗證建立數據庫表結構
create:每次加載hibernate,從新建立數據庫表結構,這就是致使數據庫表數據丟失的緣由。
create-drop:加載hibernate時建立,退出是刪除表結構
update:加載hibernate自動更新數據庫結構
相關文章
相關標籤/搜索