hibernate自动导出数据库表

public static void main(String[] args) throws Exception{          //配置环境,分析xml映射文件
    Configuration conf= new Configuration().addClass(User.class);
    
    //生成并输出sql到文件(当前目录)和数据库
    SchemaExport dbExport=new SchemaExport(conf);
    dbExport.create(true, true);
}


 

深圳人才网 深圳招聘网 深圳人才招聘网 深圳人才大市场 

企业、个人免费注册,获取想要的 深圳 软件工程师招聘信息 月薪最低3000-8000,更有高端猎头职位! 

www.szrcwz.com                                                                                                                                           

                  Google 提供的广告

posted @ 2010-07-08 09:20  栈长  阅读(75)  评论(0编辑  收藏  举报