org.hibernate.tool.hbm2ddl
Class SchemaUpdate
java.lang.Object
org.hibernate.tool.hbm2ddl.SchemaUpdate
public class SchemaUpdate
extends java.lang.Object
A commandline tool to update a database schema. May also be called from
inside an application.
execute
public void execute(boolean script,
boolean doUpdate)
Execute the schema updates
script
- print all DDL to the console
getExceptions
public List getExceptions()
Returns a List of all Exceptions which occured during the export.
- A List containig the Exceptions occured during the export
main
public static void main(String[] args)
setDelimiter
public void setDelimiter(String delimiter)
setFormat
public void setFormat(boolean format)
setHaltOnError
public void setHaltOnError(boolean haltOnError)
setOutputFile
public void setOutputFile(String outputFile)