四方
xpjjy
全部博文(136)
MyEclipse(2)
EXTJS(4)
struts2(4)
Spring(2)
Oracle(2)
GIS_Java(1)
swt(1)
jms(1)
异常大杂烩(4)
异常锦集(0)
tomcat(0)
heritrix(4)
算法(4)
Servlet(5)
J2EE(3)
struts(17)
Hibernate(21)
SQL(6)
xml(0)
javascript(4)
jsp(8)
java(32)
2011年(28)
2009年(60)
2008年(48)
cumanzai
18376609
15001738
Lyzxii
yl0099
paynefu
绿色的海
RZDun
gwyIT
分类: Java
2009-03-25 15:39:35
import org.hibernate.cfg.Configuration;import org.hibernate.tool.hbm2ddl.SchemaExport;public class ExportDB { public static void main(String[] args) { //读取hibernate.cfg.xml文件 Configuration cfg = new Configuration().configure(); SchemaExport export = new SchemaExport(cfg); export.create(true, true); }}
上一篇:request的getSession.setAttribute和setAttribute的区别
下一篇:org.hibernate.exception.SQLGrammarException
登录 注册