hibernate.cfg.xml 中hbm2ddl.auto屬性配置說明

簡單說一下hibernate中hbm2ddl.auto參數的配置。先放一張圖來了解,hibernate的工作流程。 hibernate工作流程主要爲以下步驟。 1、Configuration接口:負責配置並啓動Hibernate 2、SessionFactory接口:負責初始化Hibernate 3、Session接口:負責持久化對象的CRUD操作 4、Transaction接口:負責事務 5、Q
相關文章
相關標籤/搜索