Uses of Interface
org.hibernate.tool.schema.spi.SqlScriptCommandExtractor
-
Packages that use SqlScriptCommandExtractor 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.script Support for reading SQL scripts supplied to the schema tooling. -
-
Uses of SqlScriptCommandExtractor in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type SqlScriptCommandExtractor Modifier and Type Method Description static void
Helper. applyScript(ExecutionOptions options, SqlScriptCommandExtractor commandExtractor, Dialect dialect, ScriptSourceInput scriptInput, Formatter formatter, GenerationTarget[] targets)
void
SchemaCreatorImpl. createFromScript(ScriptSourceInput scriptSourceInput, SqlScriptCommandExtractor commandExtractor, Formatter formatter, Dialect dialect, ExecutionOptions options, GenerationTarget... targets)
-
Uses of SqlScriptCommandExtractor in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement SqlScriptCommandExtractor Modifier and Type Class Description class
MultiLineSqlScriptExtractor
Class responsible for extracting SQL statements from import script.class
SingleLineSqlScriptExtractor
Class responsible for extracting SQL statements from import script.Fields in org.hibernate.tool.schema.internal.script declared as SqlScriptCommandExtractor Modifier and Type Field Description static SqlScriptCommandExtractor
SingleLineSqlScriptExtractor. INSTANCE
Methods in org.hibernate.tool.schema.internal.script that return SqlScriptCommandExtractor Modifier and Type Method Description SqlScriptCommandExtractor
SqlScriptExtractorInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.tool.schema.internal.script that return types with arguments of type SqlScriptCommandExtractor Modifier and Type Method Description Class<SqlScriptCommandExtractor>
SqlScriptExtractorInitiator. getServiceInitiated()
-