Package | Description |
---|---|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
org.hibernate.tool.schema.internal |
Modifier and Type | Class and Description |
---|---|
class |
BasicFormatterImpl
Performs formatting of basic SQL statements (DML + query).
|
class |
DDLFormatterImpl
Performs formatting of DDL SQL statements.
|
Modifier and Type | Method and Description |
---|---|
Formatter |
FormatStyle.getFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
SqlStatementLogger.logStatement(java.lang.String statement,
Formatter formatter)
Log a SQL statement string using the specified formatter
|
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) |
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) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.