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

cn.dreampie.orm.dialect.H2Dialect Maven / Gradle / Ivy

There is a newer version: 1.3.0.RELEASE
Show newest version
package cn.dreampie.orm.dialect;

/**
 * Created by ice on 15-1-12.
 */
public class H2Dialect extends PostgreSQLDialect {

  public String getDbType() {
    return "h2";
  }

  public String driverClass() {
    return "org.h2.Driver";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy