Uses of Class
org.hibernate.tool.hbm2ddl.SchemaExport
-
Packages that use SchemaExport Package Description org.hibernate.tool.hbm2ddl -
-
Uses of SchemaExport in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl that return SchemaExport Modifier and Type Method Description 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.SchemaExportSchemaExport. setOverrideOutputFileContent()For generating a export script file, by default the content will be appended at the begin or end of the file.
-