接口的使用
org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractor
-
使用ImportSqlCommandExtractor的程序包 程序包 说明 org.hibernate.tool.hbm2ddl The hbm2ddl tool.org.hibernate.tool.schema.internal org.hibernate.tool.schema.internal.exec org.hibernate.tool.schema.spi -
-
org.hibernate.tool.hbm2ddl中ImportSqlCommandExtractor的使用
实现ImportSqlCommandExtractor的org.hibernate.tool.hbm2ddl中的类 修饰符和类型 类 说明 classMultipleLinesSqlCommandExtractorClass responsible for extracting SQL statements from import script.classSingleLineSqlCommandExtractorClass responsible for extracting SQL statements from import script.声明为ImportSqlCommandExtractor的org.hibernate.tool.hbm2ddl中的字段 修饰符和类型 字段 说明 static ImportSqlCommandExtractorImportSqlCommandExtractorInitiator. DEFAULT_EXTRACTOR返回ImportSqlCommandExtractor的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 ImportSqlCommandExtractorImportSqlCommandExtractorInitiator. initiateService(Map configurationValues, ServiceRegistryImplementor registry)返回变量类型为ImportSqlCommandExtractor的类型的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 Class<ImportSqlCommandExtractor>ImportSqlCommandExtractorInitiator. getServiceInitiated() -
org.hibernate.tool.schema.internal中ImportSqlCommandExtractor的使用
参数类型为ImportSqlCommandExtractor的org.hibernate.tool.schema.internal中的方法 修饰符和类型 方法 说明 voidSchemaCreatorImpl. createFromScript(ScriptSourceInput scriptSourceInput, ImportSqlCommandExtractor commandExtractor, Formatter formatter, ExecutionOptions options, GenerationTarget... targets) -
org.hibernate.tool.schema.internal.exec中ImportSqlCommandExtractor的使用
参数类型为ImportSqlCommandExtractor的org.hibernate.tool.schema.internal.exec中的方法 修饰符和类型 方法 说明 List<String>AbstractScriptSourceInput. read(ImportSqlCommandExtractor commandExtractor)List<String>ScriptSourceInputNonExistentImpl. read(ImportSqlCommandExtractor commandExtractor) -
org.hibernate.tool.schema.spi中ImportSqlCommandExtractor的使用
参数类型为ImportSqlCommandExtractor的org.hibernate.tool.schema.spi中的方法 修饰符和类型 方法 说明 List<String>ScriptSourceInput. read(ImportSqlCommandExtractor commandExtractor)Read the abstracted script, using the given extractor to split up the input into individual commands.
-