|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportSqlCommandExtractor | |
---|---|
org.hibernate.tool.hbm2ddl | The hbm2ddl tool. |
Uses of ImportSqlCommandExtractor in org.hibernate.tool.hbm2ddl |
---|
Classes in org.hibernate.tool.hbm2ddl that implement ImportSqlCommandExtractor | |
---|---|
class |
MultipleLinesSqlCommandExtractor
Class responsible for extracting SQL statements from import script. |
class |
SingleLineSqlCommandExtractor
Class responsible for extracting SQL statements from import script. |
Fields in org.hibernate.tool.hbm2ddl declared as ImportSqlCommandExtractor | |
---|---|
static ImportSqlCommandExtractor |
ImportSqlCommandExtractorInitiator.DEFAULT_EXTRACTOR
|
Methods in org.hibernate.tool.hbm2ddl that return ImportSqlCommandExtractor | |
---|---|
ImportSqlCommandExtractor |
ImportSqlCommandExtractorInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
|
Methods in org.hibernate.tool.hbm2ddl that return types with arguments of type ImportSqlCommandExtractor | |
---|---|
Class<ImportSqlCommandExtractor> |
ImportSqlCommandExtractorInitiator.getServiceInitiated()
|
Methods in org.hibernate.tool.hbm2ddl with parameters of type ImportSqlCommandExtractor | |
---|---|
SchemaExport |
SchemaExport.setImportSqlCommandExtractor(ImportSqlCommandExtractor importSqlCommandExtractor)
Set import.sql command extractor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |