Class PlatformMatch

    • Method Detail

      • 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