Class MTable


  • public class MTable
    extends Object
    Holds the logical model for a given Table and everything associated to it.

    This effectively represents a table, its columns and all associated constraints, foreign keys and indexes.

    Migrations can be applied to this such that it represents the state of a given table after various migrations have been applied.

    This table model can also be derived from the EbeanServer bean descriptor and associated properties.