Package | Description |
---|---|
org.hibernate.jpa.internal.schemagen |
Support for JPA 2.1 defined database schema generation.
|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
ScriptSourceInput.read(ImportSqlCommandExtractor commandExtractor)
Read the abstracted script, using the given extractor to split up the input into individual commands.
|
Iterable<String> |
ScriptSourceInputFromReader.read(ImportSqlCommandExtractor commandExtractor) |
Constructor and Description |
---|
GenerationSourceFromScript(ScriptSourceInput inputSource,
ImportSqlCommandExtractor scriptCommandExtractor) |
Modifier and Type | Class and Description |
---|---|
class |
MultipleLinesSqlCommandExtractor
Class responsible for extracting SQL statements from import script.
|
class |
SingleLineSqlCommandExtractor
Class responsible for extracting SQL statements from import script.
|
Modifier and Type | Field and Description |
---|---|
static ImportSqlCommandExtractor |
ImportSqlCommandExtractorInitiator.DEFAULT_EXTRACTOR |
Modifier and Type | Method and Description |
---|---|
ImportSqlCommandExtractor |
ImportSqlCommandExtractorInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<ImportSqlCommandExtractor> |
ImportSqlCommandExtractorInitiator.getServiceInitiated() |
Modifier and Type | Method and Description |
---|---|
SchemaExport |
SchemaExport.setImportSqlCommandExtractor(ImportSqlCommandExtractor importSqlCommandExtractor)
Set import.sql command extractor.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.