Uses of Class
org.hibernate.tool.hbm2ddl.SchemaUpdate
Packages that use SchemaUpdate
-
Uses of SchemaUpdate in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl that return SchemaUpdateModifier and TypeMethodDescriptionSchemaUpdate.setDelimiter(String delimiter) Set the end of statement delimiterSchemaUpdate.setFormat(boolean format) SchemaUpdate.setHaltOnError(boolean haltOnError) SchemaUpdate.setOutputFile(String outputFile) SchemaUpdate.setOverrideOutputFileContent()For generating a export script file, by default the content will be appended at the begin or end of the file.