类 GroupedSchemaMigratorImpl
- java.lang.Object
-
- org.hibernate.tool.schema.internal.AbstractSchemaMigrator
-
- org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl
-
- 所有已实现的接口:
SchemaMigrator
public class GroupedSchemaMigratorImpl extends AbstractSchemaMigrator
- 作者:
- Andrea Boriero
This implementation executes a single
DatabaseMetaData.getTables(String, String, String, String[])call to retrieve all the database table in order to determine if all theEntityhave a mapped database tables.
-
-
字段概要
-
从类继承的字段 org.hibernate.tool.schema.internal.AbstractSchemaMigrator
schemaFilter, tool
-
-
构造器概要
构造器 构造器 说明 GroupedSchemaMigratorImpl(HibernateSchemaManagementTool tool, SchemaFilter schemaFilter)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected NameSpaceTablesInformationperformTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)-
从类继承的方法 org.hibernate.tool.schema.internal.AbstractSchemaMigrator
applyForeignKeys, applyIndexes, applySqlStrings, applyUniqueKeys, checkExportIdentifier, createSchemaAndCatalog, createTable, doMigration, migrateTable, setUniqueConstraintStrategy
-
-
-
-
构造器详细资料
-
GroupedSchemaMigratorImpl
public GroupedSchemaMigratorImpl(HibernateSchemaManagementTool tool, SchemaFilter schemaFilter)
-
-
方法详细资料
-
performTablesMigration
protected NameSpaceTablesInformation performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)
-
-