Class PlatformMatch

java.lang.Object
io.ebeaninternal.api.PlatformMatch

public final class PlatformMatch extends Object
  • Constructor Details

    • PlatformMatch

      public PlatformMatch()
  • Method Details

    • matchPlatform

      public static boolean matchPlatform(io.ebean.annotation.Platform platform, String platforms)
      Return true if the script platforms is a match/supported for the given platform.
      Parameters:
      platform - The database platform we are generating/running DDL for
      platforms - The platforms (comma delimited) this script should run for