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(Object scriptTargetSetting,
ClassLoaderService classLoaderService,
String charsetName) |
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,
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 © 2021 JBoss by Red Hat. All rights reserved.