类 IndividuallySchemaMigratorImpl
- java.lang.Object
-
- org.hibernate.tool.schema.internal.AbstractSchemaMigrator
-
- org.hibernate.tool.schema.internal.IndividuallySchemaMigratorImpl
-
- 所有已实现的接口:
SchemaMigrator
public class IndividuallySchemaMigratorImpl extends AbstractSchemaMigrator
- 作者:
- Andrea Boriero
This implementation executes one
DatabaseMetaData.getTables(String, String, String, String[])call for eachEntityin order to determine if a corresponding database table exists.
-
-
字段概要
-
从类继承的字段 org.hibernate.tool.schema.internal.AbstractSchemaMigrator
schemaFilter, tool
-
-
构造器概要
构造器 构造器 说明 IndividuallySchemaMigratorImpl(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
-
-
-
-
构造器详细资料
-
IndividuallySchemaMigratorImpl
public IndividuallySchemaMigratorImpl(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)
-
-