Configuration cfg = new Configuration().configure();
SchemaExport export = new SchemaExport(cfg);
export.setOutputFile("d:/cxsql.txt");
export.create(true, true);
Configuration cfg = new Configuration().configure();
SchemaExport export = new SchemaExport(cfg);
export.setOutputFile("d:/cxsql.txt");
export.create(true, true);