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