Package | Description |
---|---|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
use
org.hibernate.cfg.Environment.HBM2DDL_IMPORT_FILE |
SchemaExport |
SchemaExport.setOutputFile(String filename)
For generating a export script file, this is the file which will be written.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved