Uses of Interface
org.hibernate.tool.schema.spi.ScriptSourceInput
-
Packages that use ScriptSourceInput Package Description org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.exec Support for exporting generated DDL to the database or to SQL scripts.org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation. -
-
Uses of ScriptSourceInput in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return ScriptSourceInput Modifier and Type Method Description static ScriptSourceInput
Helper. interpretScriptSourceSetting(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName)
Methods in org.hibernate.tool.schema.internal with parameters of type ScriptSourceInput Modifier and Type Method Description static void
Helper. applyScript(ExecutionOptions options, SqlScriptCommandExtractor commandExtractor, Dialect dialect, ScriptSourceInput scriptInput, Formatter formatter, GenerationTarget[] targets)
void
SchemaCreatorImpl. createFromScript(ScriptSourceInput scriptSourceInput, SqlScriptCommandExtractor commandExtractor, Formatter formatter, Dialect dialect, ExecutionOptions options, GenerationTarget... targets)
-
Uses of ScriptSourceInput in org.hibernate.tool.schema.internal.exec
Classes in org.hibernate.tool.schema.internal.exec that implement ScriptSourceInput Modifier and Type Class Description class
AbstractScriptSourceInput
Convenience base class for ScriptSourceInput implementationsclass
ScriptSourceInputAggregate
A script source input that aggregates over multiple otherScriptSourceInput
.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 foundMethods in org.hibernate.tool.schema.internal.exec with parameters of type ScriptSourceInput Modifier and Type Method Description default void
GenerationTarget. beforeScript(ScriptSourceInput scriptSource)
Called just before a script is executed using one or more calls toGenerationTarget.accept(String)
.void
GenerationTargetToDatabase. beforeScript(ScriptSourceInput scriptSource)
-
Uses of ScriptSourceInput in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ScriptSourceInput Modifier and Type Method Description ScriptSourceInput
SourceDescriptor. getScriptSourceInput()
IfSourceDescriptor.getSourceType()
indicates scripts are involved, returns a representation of the script file to read.
-