Package | Description |
---|---|
org.hibernate.tool.schema.internal | |
org.hibernate.tool.schema.internal.exec |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSchemaMigrator.applyForeignKeys(Table table,
TableInformation tableInformation,
Dialect dialect,
Metadata metadata,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
protected void |
AbstractSchemaMigrator.applyIndexes(Table table,
TableInformation tableInformation,
Dialect dialect,
Metadata metadata,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
protected static void |
AbstractSchemaMigrator.applySqlStrings(boolean quiet,
java.lang.String[] sqlStrings,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
protected void |
AbstractSchemaMigrator.applyUniqueKeys(Table table,
TableInformation tableInfo,
Dialect dialect,
Metadata metadata,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
void |
SchemaCreatorImpl.createFromMetadata(Metadata metadata,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
GenerationTarget... targets) |
void |
SchemaCreatorImpl.createFromScript(ScriptSourceInput scriptSourceInput,
ImportSqlCommandExtractor commandExtractor,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
protected void |
AbstractSchemaMigrator.createSchemaAndCatalog(DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected void |
AbstractSchemaMigrator.createTable(Table table,
Dialect dialect,
Metadata metadata,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
void |
SchemaCreatorImpl.doCreation(Metadata metadata,
boolean manageNamespaces,
GenerationTarget... targets) |
void |
SchemaCreatorImpl.doCreation(Metadata metadata,
Dialect dialect,
ExecutionOptions options,
SourceDescriptor sourceDescriptor,
GenerationTarget... targets) |
void |
SchemaCreatorImpl.doCreation(Metadata metadata,
ServiceRegistry serviceRegistry,
java.util.Map settings,
boolean manageNamespaces,
GenerationTarget... targets) |
void |
SchemaDropperImpl.doDrop(Metadata metadata,
boolean manageNamespaces,
GenerationTarget... targets)
For tests
|
void |
SchemaDropperImpl.doDrop(Metadata metadata,
ExecutionOptions options,
Dialect dialect,
SourceDescriptor sourceDescriptor,
GenerationTarget... targets) |
void |
SchemaDropperImpl.doDrop(Metadata metadata,
ServiceRegistry serviceRegistry,
java.util.Map settings,
boolean manageNamespaces,
GenerationTarget... targets)
For tests
|
protected void |
AbstractSchemaMigrator.migrateTable(Table table,
TableInformation tableInformation,
Dialect dialect,
Metadata metadata,
Formatter formatter,
ExecutionOptions options,
GenerationTarget... targets) |
protected NameSpaceTablesInformation |
GroupedSchemaMigratorImpl.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
java.util.Set<java.lang.String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected NameSpaceTablesInformation |
IndividuallySchemaMigratorImpl.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
java.util.Set<java.lang.String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected abstract NameSpaceTablesInformation |
AbstractSchemaMigrator.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
java.util.Set<java.lang.String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
Modifier and Type | Class and Description |
---|---|
class |
GenerationTargetToDatabase
GenerationTarget implementation for handling generation directly to the database
|
class |
GenerationTargetToScript
GenerationTarget implementation for handling generation to scripts
|
class |
GenerationTargetToStdout
GenerationTarget implementation for handling generation to System.out
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.