2008-05-14

Hibernate_ExportDB

关键字: jdbc
Auto Create Table Code: package com.ufinity.hibernate.util; import org.hibernate.cfg.Configuration; import org.hibernate.tool.hbm2ddl.SchemaExport; /** * * @author skyqiang * */ public class ExportDB { public static void main(String[] args) { //read configuration file C ...