| Package | Description |
|---|---|
| org.hibernate.tool.schema.internal | |
| org.hibernate.tool.schema.internal.exec | |
| org.hibernate.tool.schema.spi |
| Modifier and Type | Method and Description |
|---|---|
static ScriptSourceInput |
Helper.interpretScriptSourceSetting(java.lang.Object scriptSourceSetting,
ClassLoaderService classLoaderService,
java.lang.String charsetName) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCreatorImpl.createFromScript(ScriptSourceInput scriptSourceInput,
ImportSqlCommandExtractor commandExtractor,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScriptSourceInput
Convenience base class for ScriptSourceInput implementations
|
class |
ScriptSourceInputFromFile
ScriptSourceInput implementation for File references.
|
class |
ScriptSourceInputFromReader
ScriptSourceInput implementation for explicitly given Readers.
|
class |
ScriptSourceInputFromUrl
ScriptSourceInput implementation for URL references.
|
class |
ScriptSourceInputNonExistentImpl
Used in cases where a specified source cannot be found
|
| Modifier and Type | Method and Description |
|---|---|
ScriptSourceInput |
SourceDescriptor.getScriptSourceInput()
If
SourceDescriptor.getSourceType() indicates scripts are involved, returns
a representation of the script file to read. |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.