Class MConfiguration
java.lang.Object
io.ebeaninternal.dbmigration.model.MConfiguration
Holds configuration such as the default tablespaces to use for tables,
indexes, history tables etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Configuration configuration)Apply the migration configuration.Return the default tablespace to use for history tables.Return the default tablespace to use for indexes.Return the default tablespace to use for tables.
-
Constructor Details
-
MConfiguration
public MConfiguration()
-
-
Method Details
-
apply
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.
-