Uses of Class
org.hibernate.tool.hbm2ddl.SchemaExport
Packages that use SchemaExport
-
Uses of SchemaExport in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl that return SchemaExportModifier and TypeMethodDescriptionSchemaExport.setDelimiter(String delimiter) Set the end of statement delimiterSchemaExport.setFormat(boolean format) Should we format the sql strings?SchemaExport.setHaltOnError(boolean haltOnError) Should we stop once an error occurs?SchemaExport.setImportFiles(String importFiles) Comma-separated list of resource names to use for database init commands on create.SchemaExport.setManageNamespaces(boolean manageNamespaces) SchemaExport.setOutputFile(String filename) For generating a export script file, this is the file which will be written.SchemaExport.setOverrideOutputFileContent()For generating a export script file, by default the content will be appended at the begin or end of the file.