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阅读全文

