| Package | Description |
|---|---|
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| org.hibernate.tool.schema.internal | |
| org.hibernate.tool.schema.internal.exec | |
| org.hibernate.tool.schema.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaExport.perform(SchemaExport.Action action,
Metadata metadata,
ScriptTargetOutput target)
For testing use
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptTargetOutput |
Helper.interpretScriptTargetSetting(java.lang.Object scriptTargetSetting,
ClassLoaderService classLoaderService) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScriptTargetOutput |
class |
ScriptTargetOutputToFile
ScriptTargetOutput implementation for writing to supplied File references
|
class |
ScriptTargetOutputToStdout |
class |
ScriptTargetOutputToUrl
ScriptTargetOutput implementation for writing to supplied URL references
|
class |
ScriptTargetOutputToWriter
ScriptTargetOutput implementation for supplied Writer references.
|
| Constructor and Description |
|---|
GenerationTargetToScript(ScriptTargetOutput scriptTarget,
java.lang.String delimiter) |
| Modifier and Type | Method and Description |
|---|---|
ScriptTargetOutput |
TargetDescriptor.getScriptTargetOutput()
If
TargetDescriptor.getTargetTypes() includes scripts, return a representation
of the script file to write to. |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.