import org.hibernate.cfg.Configuration; 
import org.hibernate.tool.hbm2ddl.SchemaExport;
public class SchemaUtil {    
    public static void main(String[] args){       
        Configuration cfg = new Configuration().configure();
        SchemaExport schemaExport= new SchemaExport(cfg);
        schemaExport.create(true, true);
    }
}
评论
发表评论

您还没有登录,请登录后发表评论

freeport
搜索本博客
最近加入圈子
存档
最新评论