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 ScriptSourceInputHelper. interpretScriptSourceSetting(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName)Methods in org.hibernate.tool.schema.internal with parameters of type ScriptSourceInput Modifier and Type Method Description voidSchemaCreatorImpl. 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 classAbstractScriptSourceInputConvenience base class for ScriptSourceInput implementationsclassScriptSourceInputAggregateA script source input that aggregates over multiple otherScriptSourceInput.classScriptSourceInputFromFileScriptSourceInput implementation for File references.classScriptSourceInputFromReaderScriptSourceInput implementation for explicitly given Readers.classScriptSourceInputFromUrlScriptSourceInput implementation for URL references.classScriptSourceInputNonExistentImplUsed 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 ScriptSourceInputSourceDescriptor. getScriptSourceInput()IfSourceDescriptor.getSourceType()indicates scripts are involved, returns a representation of the script file to read.
-