Class DbMigrationInfo

java.lang.Object
io.ebeaninternal.server.deploy.DbMigrationInfo

public final class DbMigrationInfo extends Object
Class to hold the DDL-migration information that is needed to do correct alters.
Author:
Roland Praml, FOCONIS AG
  • Constructor Details

    • DbMigrationInfo

      public DbMigrationInfo(String[] preAdd, String[] postAdd, String[] preAlter, String[] postAlter, io.ebean.annotation.Platform[] platforms)
  • Method Details

    • getPreAdd

      public List<String> getPreAdd()
    • getPostAdd

      public List<String> getPostAdd()
    • getPreAlter

      public List<String> getPreAlter()
    • getPostAlter

      public List<String> getPostAlter()
    • getPlatforms

      public List<io.ebean.annotation.Platform> getPlatforms()
    • joinPlatforms

      public String joinPlatforms()