Uses of Interface
org.hibernate.tool.schema.spi.ScriptSourceInput
Packages that use ScriptSourceInput
Package
Description
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of ScriptSourceInput in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ScriptSourceInputModifier and TypeMethodDescriptionSourceDescriptor.getScriptSourceInput()
IfSourceDescriptor.getSourceType()
indicates scripts are involved, returns a representation of the script file to read.Methods in org.hibernate.tool.schema.spi with parameters of type ScriptSourceInputModifier and TypeMethodDescriptiondefault void
GenerationTarget.beforeScript
(ScriptSourceInput scriptSource) Called just before a script is executed using one or more calls toGenerationTarget.accept(String)
.