Uses of Interface
org.hibernate.tool.schema.spi.ScriptTargetOutput
-
Packages that use ScriptTargetOutput 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 ScriptTargetOutput in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return ScriptTargetOutput Modifier and Type Method Description static ScriptTargetOutputHelper. interpretScriptTargetSetting(Object scriptTargetSetting, ClassLoaderService classLoaderService, String charsetName, boolean append) -
Uses of ScriptTargetOutput in org.hibernate.tool.schema.internal.exec
Classes in org.hibernate.tool.schema.internal.exec that implement ScriptTargetOutput Modifier and Type Class Description classAbstractScriptTargetOutputclassScriptTargetOutputToFileScriptTargetOutput implementation for writing to supplied File referencesclassScriptTargetOutputToStdoutclassScriptTargetOutputToUrlScriptTargetOutput implementation for writing to supplied URL referencesclassScriptTargetOutputToWriterScriptTargetOutput implementation for supplied Writer references.Constructors in org.hibernate.tool.schema.internal.exec with parameters of type ScriptTargetOutput Constructor Description GenerationTargetToScript(ScriptTargetOutput scriptTarget, String delimiter) -
Uses of ScriptTargetOutput in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ScriptTargetOutput Modifier and Type Method Description ScriptTargetOutputTargetDescriptor. getScriptTargetOutput()IfTargetDescriptor.getTargetTypes()includes scripts, return a representation of the script file to write to.
-