Uses of Interface
org.hibernate.tool.schema.spi.ScriptSourceInput
-
Packages that use ScriptSourceInput Package Description org.hibernate.tool.schema.internal org.hibernate.tool.schema.internal.exec org.hibernate.tool.schema.spi -
-
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 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 found -
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.
-