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 the 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 ScriptTargetOutput
Helper. 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 class
AbstractScriptTargetOutput
class
ScriptTargetOutputToFile
ScriptTargetOutput implementation for writing to supplied File referencesclass
ScriptTargetOutputToStdout
class
ScriptTargetOutputToUrl
ScriptTargetOutput implementation for writing to supplied URL referencesclass
ScriptTargetOutputToWriter
ScriptTargetOutput 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 ScriptTargetOutput
TargetDescriptor. getScriptTargetOutput()
IfTargetDescriptor.getTargetTypes()
includes scripts, return a representation of the script file to write to.
-