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 SchemaExport
SchemaExport. setDelimiter(java.lang.String delimiter)
Set the end of statement delimiterSchemaExport
SchemaExport. setFormat(boolean format)
Should we format the sql strings?SchemaExport
SchemaExport. setHaltOnError(boolean haltOnError)
Should we stop once an error occurs?SchemaExport
SchemaExport. setImportFiles(java.lang.String importFiles)
Comma-separated list of resource names to use for database init commands on create.SchemaExport
SchemaExport. setManageNamespaces(boolean manageNamespaces)
SchemaExport
SchemaExport. setOutputFile(java.lang.String filename)
For generating a export script file, this is the file which will be written.
-