Uses of Interface
org.hibernate.tool.schema.spi.ScriptSourceInput
Packages that use ScriptSourceInput
Package
Description
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for exporting generated DDL to the database or to SQL scripts.
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 ScriptSourceInputModifier and TypeMethodDescriptionstatic ScriptSourceInput
Helper.interpretScriptSourceSetting
(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName) Methods in org.hibernate.tool.schema.internal with parameters of type ScriptSourceInputModifier and TypeMethodDescriptionstatic 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 ScriptSourceInputModifier and TypeClassDescriptionclass
Convenience base class for ScriptSourceInput implementationsclass
A script source input that aggregates over multiple otherScriptSourceInput
.class
ScriptSourceInput implementation for File references.class
ScriptSourceInput implementation for explicitly given Readers.class
ScriptSourceInput implementation for URL references.class
Used in cases where a specified source cannot be foundMethods in org.hibernate.tool.schema.internal.exec with parameters of type ScriptSourceInputModifier and TypeMethodDescriptionvoid
GenerationTargetToDatabase.beforeScript
(ScriptSourceInput scriptSource) -
Uses of ScriptSourceInput in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ScriptSourceInputModifier and TypeMethodDescriptionSourceDescriptor.getScriptSourceInput()
IfSourceDescriptor.getSourceType()
indicates scripts are involved, returns a representation of the script file to read.Methods in org.hibernate.tool.schema.spi with parameters of type ScriptSourceInputModifier and TypeMethodDescriptiondefault void
GenerationTarget.beforeScript
(ScriptSourceInput scriptSource) Called just before a script is executed using one or more calls toGenerationTarget.accept(String)
.