|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaExport | |
---|---|
org.hibernate.tool.hbm2ddl | The hbm2ddl tool. |
Uses of SchemaExport in org.hibernate.tool.hbm2ddl |
---|
Methods in org.hibernate.tool.hbm2ddl that return SchemaExport | |
---|---|
SchemaExport |
SchemaExport.setDelimiter(String delimiter)
Set the end of statement delimiter |
SchemaExport |
SchemaExport.setFormat(boolean format)
Should we format the sql strings? |
SchemaExport |
SchemaExport.setHaltOnError(boolean haltOnError)
Should we stop once an error occurs? |
SchemaExport |
SchemaExport.setImportFile(String filename)
An import file, containing raw SQL statements to be executed. |
SchemaExport |
SchemaExport.setOutputFile(String filename)
For generating a export script file, this is the file which will be written. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |