io.ebean.platform.postgres.Postgres9Platform Maven / Gradle / Ivy
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