Uses of Interface
org.hibernate.tool.schema.spi.ScriptTargetOutput
Packages that use ScriptTargetOutput
Package
Description
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for exporting generated DDL to the database or to SQL scripts.
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 ScriptTargetOutputModifier and TypeMethodDescriptionstatic 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 ScriptTargetOutputModifier and TypeClassDescriptionclass
class
ScriptTargetOutput implementation for writing to supplied File referencesclass
class
ScriptTargetOutput implementation for writing to supplied URL referencesclass
ScriptTargetOutput implementation for supplied Writer references.Constructors in org.hibernate.tool.schema.internal.exec with parameters of type ScriptTargetOutputModifierConstructorDescriptionGenerationTargetToScript
(ScriptTargetOutput scriptTarget, String delimiter) -
Uses of ScriptTargetOutput in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ScriptTargetOutputModifier and TypeMethodDescriptionTargetDescriptor.getScriptTargetOutput()
IfTargetDescriptor.getTargetTypes()
includes scripts, return a representation of the script file to write to.