Class MConfiguration

java.lang.Object
io.ebeaninternal.dbmigration.model.MConfiguration

public class MConfiguration extends Object
Holds configuration such as the default tablespaces to use for tables, indexes, history tables etc.
  • Constructor Details

  • Method Details

    • apply

      public void apply(Configuration configuration)
      Apply the migration configuration.

      It is expected that these are applied in the correct chronological order from earliest to latest.

    • getTableTablespace

      Return the default tablespace to use for tables.
    • getIndexTablespace

      Return the default tablespace to use for indexes.
    • getHistoryTablespace

      Return the default tablespace to use for history tables.