java.lang.Object
io.ebeaninternal.api.PlatformMatch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmatchPlatform(io.ebean.annotation.Platform platform, String platforms) Return true if the script platforms is a match/supported for the given platform.
-
Constructor Details
-
PlatformMatch
public PlatformMatch()
-
-
Method Details
-
matchPlatform
Return true if the script platforms is a match/supported for the given platform.- Parameters:
platform- The database platform we are generating/running DDL forplatforms- The platforms (comma delimited) this script should run for
-