Uses of Class
io.ebean.migration.MigrationConfig
-
Packages that use MigrationConfig Package Description io.ebean.migration io.ebean.migration.runner -
-
Uses of MigrationConfig in io.ebean.migration
Methods in io.ebean.migration with parameters of type MigrationConfig Modifier and Type Method Description voidConfigurationAware. setMigrationConfig(MigrationConfig config)Set the configuration being used.Constructors in io.ebean.migration with parameters of type MigrationConfig Constructor Description MigrationRunner(MigrationConfig migrationConfig) -
Uses of MigrationConfig in io.ebean.migration.runner
Constructors in io.ebean.migration.runner with parameters of type MigrationConfig Constructor Description LocalMigrationResources(MigrationConfig migrationConfig)Construct with configuration options.MigrationSchema(MigrationConfig migrationConfig, Connection connection)Construct with configuration and connection.MigrationTable(MigrationConfig config, Connection connection, boolean checkState, MigrationPlatform platform)Construct with server, configuration and jdbc connection (DB admin user).
-