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 voidHelper. applyScript(ExecutionOptions options, SqlScriptCommandExtractor commandExtractor, Dialect dialect, ScriptSourceInput scriptInput, Formatter formatter, GenerationTarget[] targets)voidSchemaCreatorImpl. 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 classMultiLineSqlScriptExtractorClass responsible for extracting SQL statements from import script.classSingleLineSqlScriptExtractorClass 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 SqlScriptCommandExtractorSingleLineSqlScriptExtractor. INSTANCEMethods in org.hibernate.tool.schema.internal.script that return SqlScriptCommandExtractor Modifier and Type Method Description SqlScriptCommandExtractorSqlScriptExtractorInitiator. 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()
-