类的使用
org.hibernate.tool.hbm2ddl.SchemaExport
-
使用SchemaExport的程序包 程序包 说明 org.hibernate.tool.hbm2ddl The hbm2ddl tool. -
-
org.hibernate.tool.hbm2ddl中SchemaExport的使用
返回SchemaExport的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 SchemaExportSchemaExport. setDelimiter(String delimiter)Set the end of statement delimiterSchemaExportSchemaExport. setFormat(boolean format)Should we format the sql strings?SchemaExportSchemaExport. setHaltOnError(boolean haltOnError)Should we stop once an error occurs?SchemaExportSchemaExport. setImportFiles(String importFiles)Comma-separated list of resource names to use for database init commands on create.SchemaExportSchemaExport. setManageNamespaces(boolean manageNamespaces)SchemaExportSchemaExport. setOutputFile(String filename)For generating a export script file, this is the file which will be written.
-