Class MTableIdentity

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

public class MTableIdentity extends Object
Helper to convert between IdentityMode and CreateTable
  • Constructor Details

  • Method Details

    • fromCreateTable

      public static io.ebeaninternal.server.deploy.IdentityMode fromCreateTable(CreateTable createTable)
      Return the IdentityMode from CreateTable.
    • toCreateTable

      public static void toCreateTable(io.ebeaninternal.server.deploy.IdentityMode identityMode, CreateTable createTable)
      Set the IdentityMode to the CreateTable model.