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

io.ebean.platform.postgres.Postgres9Platform Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebean.platform.postgres;

import io.ebean.annotation.Platform;

/**
 * Postgres9 platform - uses serial type for identity columns.
 */
public class Postgres9Platform extends PostgresPlatform {

  public Postgres9Platform() {
    super();
    this.platform = Platform.POSTGRES9;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy