01 2012 档案

摘要: hibernate.cfg.xml 中hibernate.hbm2ddl.auto配置节点如下: <property name="hbm2ddl.auto">create-drop</property>update : auto execute SchemaUpdate on BuildSessionFactory create : auto execute SchemaExport on BuildSessionFactory create-drop : auto execute SchemaExport on BuildSessionFactor阅读全文
posted @ 2012-01-09 15:54 Byrd 阅读(50) | 评论 (0) 编辑