All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.config.dbplatform.mysql.MySqlPlatform Maven / Gradle / Ivy

There is a newer version: 15.10.0
Show newest version
package io.ebean.config.dbplatform.mysql;

import io.ebean.annotation.Platform;

/**
 * MySQL specific platform.
 */
public class MySqlPlatform extends BaseMySqlPlatform {

  public MySqlPlatform() {
    super();
    this.platform = Platform.MYSQL;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy