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 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 static voidHelper. applyScript(ExecutionOptions options, SqlScriptCommandExtractor commandExtractor, Dialect dialect, ScriptSourceInput scriptInput, Formatter formatter, GenerationTarget[] targets)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 foundMethods in org.hibernate.tool.schema.internal.exec with parameters of type ScriptSourceInput Modifier and Type Method Description default voidGenerationTarget. beforeScript(ScriptSourceInput scriptSource)Called just before a script is executed using one or more calls toGenerationTarget.accept(String).voidGenerationTargetToDatabase. 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 ScriptSourceInputSourceDescriptor. getScriptSourceInput()IfSourceDescriptor.getSourceType()indicates scripts are involved, returns a representation of the script file to read.
-