Package | Description |
---|---|
org.hibernate.envers.tools.hbm2ddl | |
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
SchemaExport |
EnversSchemaGenerator.export() |
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.setImportSqlCommandExtractor(ImportSqlCommandExtractor importSqlCommandExtractor)
Set import.sql command extractor.
|
SchemaExport |
SchemaExport.setOutputFile(String filename)
For generating a export script file, this is the file which will be written.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.